Skip to content

Commit d117dfd

Browse files
author
richelbilderbeek
committed
Trivial
2 parents 6ace952 + fee2e90 commit d117dfd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
![Travis CI logo](TravisCI.png)![Codecov logo](Codecov.png)
44

55
[![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+
68

79
The goal of this project is to have a clean Travis CI build, with specs:
810
* C++ version: `C++98`
911
* Build system: `qmake`
1012
* C++ compiler: `g++`
1113
* Libraries: `STL` only
12-
* Code coverage: `gcov`
14+
* Code coverage: `gcov` (note: it *should* show the code coverage is not 100%)
1315
* Source: one single file, `main.cpp`
1416

1517
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)

0 commit comments

Comments
 (0)