This GitHub is part of the Travis C++ Tutorial.
The goal of this project is to have a clean Travis CI build, with specs:
- C++ version:
C++11
- Build system:
qmake
- C++ compiler:
g++
- Libraries:
STL
only - Code coverage:
gcov
(note: it should show the code coverage is below 100%) - Source: multiple files
Additionally, the code coverage should be measured by CodeCov.
More complex builds:
- gcov in debug mode only: travis_qmake_gcc_cpp11_debug_gcov
- C++14: travis_qmake_gcc_cpp14_gcov
Less complex builds:
- C++98: travis_qmake_gcc_cpp98_gcov
- No gcov: travis_qmake_gcc_cpp11
We are happy to help if you have any questions. Please contact email our Support at support@codecov.io