File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
![ Travis CI logo] ( TravisCI.png ) ![ Codecov logo] ( Codecov.png )
4
4
5
5
[ ![ Build Status] ( https://travis-ci.org/richelbilderbeek/qmake_gcov.svg?branch=master )] ( https://travis-ci.org/richelbilderbeek/qmake_gcov )
6
+ [ ![ codecov.io] ( https://codecov.io/github/richelbilderbeek/qmake_gcov/coverage.svg?branch=master )] ( https://codecov.io/github/richelbilderbeek/qmake_gcov?branch=master )
7
+
6
8
7
9
The goal of this project is to have a clean Travis CI build, with specs:
8
10
* C++ version: ` C++98 `
9
11
* Build system: ` qmake `
10
12
* C++ compiler: ` g++ `
11
13
* Libraries: ` STL ` only
12
- * Code coverage: ` gcov `
14
+ * Code coverage: ` gcov ` (note: it * should * show the code coverage is not 100%)
13
15
* Source: one single file, ` main.cpp `
14
16
15
17
More complex builds:
16
- * :heavy_minus_sign : C++ version: ` C++11 ` : [ cpp11_qmake_gcov] ( https://www.github.com/richelbilderbeek/cpp11_qmake_gcov )
17
- * :heavy_minus_sign : Librares: ` STL ` and ` Boost ` : [ qmake_boost_gcov] ( https://www.github.com/richelbilderbeek/qmake_boost_gcov )
18
- * :heavy_check_mark : Source: multiple files: [ qmake_gcov_bigger_project] ( https://www.github.com/richelbilderbeek/qmake_gcov_bigger_project )
18
+ * C++ version: ` C++11 ` : [ cpp11_qmake_gcov] ( https://www.github.com/richelbilderbeek/cpp11_qmake_gcov )
19
+ * Source: multiple files: [ qmake_gcov_bigger_project] ( https://www.github.com/richelbilderbeek/qmake_gcov_bigger_project )
You can’t perform that action at this time.
0 commit comments