diff --git a/.travis.yml b/.travis.yml index ab85880..93e55d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index b5be064..a6cf2a4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ SQLiteC++ [![license](https://img.shields.io/github/license/SRombauts/SQLiteCpp.svg)](https://github.com/SRombauts/SQLiteCpp/blob/master/LICENSE.txt) [![Travis CI Linux Build Status](https://travis-ci.org/SRombauts/SQLiteCpp.svg)](https://travis-ci.org/SRombauts/SQLiteCpp "Travis CI Linux Build Status") [![AppVeyor Windows Build status](https://ci.appveyor.com/api/projects/status/github/SRombauts/SQLiteCpp?svg=true)](https://ci.appveyor.com/project/SbastienRombauts/SQLiteCpp "AppVeyor Windows Build status") +[![Coveralls](https://img.shields.io/coveralls/SRombauts/SQLiteCpp.svg?maxAge=2592000)](https://coveralls.io/github/SRombauts/SQLiteCpp "Coveralls test coverage") [![Join the chat at https://gitter.im/SRombauts/SQLiteCpp](https://badges.gitter.im/Join%20Chat.svg)](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.