We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89baaba commit f94f34fCopy full SHA for f94f34f
.travis.yml
@@ -67,5 +67,7 @@ matrix:
67
- ctest --build-and-test . build --build-generator Ninja --build-options -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=ON -DCMAKE_CXX_COMPILER=g++-7 -DCMAKE_C_COMPILER=gcc-7 --test-command ctest
68
- gcovr --gcov-executable gcov-7 -r . ./build -s -x coverage.xml -e ".*\.h" --exclude-directories=$TRAVIS_BUILD_DIR/build/UNITTESTS --exclude-directories=$TRAVIS_BUILD_DIR/build/_deps
69
- ccache -s
70
- - bash <(curl -s https://codecov.io/bash) -f coverage.xml -t 57166f89-22b3-4949-9488-ddd3c78123fb
+ - curl -Os https://uploader.codecov.io/latest/linux/codecov
71
+ - chmod +x codecov
72
+ - ./codecov -f coverage.xml -t 57166f89-22b3-4949-9488-ddd3c78123fb
73
0 commit comments