This template is designed for quick start of C++ project.
$ git clone https://github.com/aobolensk/cpp-project-template --recursive
$ cd cpp-project-template
$ git submodule update --init --recursive
$ cmake -S . -B build
$ cmake --build build --parallel$ ctest --test-dir buildThis project offers two methods to view code coverage:
- HTML artifacts with code test coverage details are available on each commit
 - To configure codecov.io follow the official documentation. Token secrets: 
CODECOV_TOKEN