mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 17:26:55 +08:00
Update coveralls execution to merge all data and ignore cpp
This commit is contained in:
parent
d6c8b36eeb
commit
e4a3b3f620
@ -7,7 +7,10 @@ script:
|
|||||||
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE .
|
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D USE_LIBCXX:BOOL=FALSE .
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
- coveralls -x hpp
|
- mkdir gcov
|
||||||
|
- find CMakeFiles/ -name "*.gc*" -exec mv {} gcov/ \;
|
||||||
|
- gcov -d gcov/*.gcda
|
||||||
|
- coveralls -n -E ".*\.cpp"
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- jason@emptycrate.com
|
- jason@emptycrate.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user