travisqmakegcccpp14gcov

December 31, 2020 ยท View on GitHub

BranchGitHub ActionsTravis CI logoCodecov logo
masterGitHub ActionsBuild Statuscodecov.io
developGitHub ActionsBuild Statuscodecov.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: