mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
Fix usage of coveralls by specifying a project root and valid exclude patterns
- also, send coveralls only for gcc builds
This commit is contained in:
parent
b9f3e4d585
commit
d00185dee5
@ -32,4 +32,4 @@ script:
|
||||
|
||||
# publish GCov coveralls results
|
||||
after_success:
|
||||
- coveralls -e build/CMakeFiles -e examples -e googletest -e sqlite3 -e tests
|
||||
- if [[ "$CXX" == "g++" ]]; then coveralls --root .. -e examples -e googletest -e sqlite3 -e tests -E ".*feature_tests.*" -E ".*CompilerId.*" ; fi
|
||||
|
@ -5,6 +5,7 @@ SQLiteC++
|
||||
[](https://github.com/SRombauts/SQLiteCpp/blob/master/LICENSE.txt)
|
||||
[](https://travis-ci.org/SRombauts/SQLiteCpp "Travis CI Linux Build Status")
|
||||
[](https://ci.appveyor.com/project/SbastienRombauts/SQLiteCpp "AppVeyor Windows Build status")
|
||||
[](https://coveralls.io/github/SRombauts/SQLiteCpp "Coveralls test coverage")
|
||||
[](https://gitter.im/SRombauts/SQLiteCpp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
||||
|
Loading…
x
Reference in New Issue
Block a user