Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 3.75 KB

README.md

File metadata and controls

34 lines (22 loc) · 3.75 KB

travis_qmake_gcc_cpp14_gcov

Branch GitHub Actions Travis CI logo Codecov logo
master GitHub Actions Build Status codecov.io
develop GitHub Actions Build Status codecov.io

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++14
  • 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 is measured by CodeCov.

More complex builds:

Builds of similar complexity:

Less complex builds: