File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ matrix:
6767 - 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
6868 - 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
6969 - ccache -s
70- - curl -Os https://uploader.codecov.io/latest/linux/codecov
70+ - curl -Os https://uploader.codecov.io/latest/linux/codecov
7171 - chmod +x codecov
72- - bash <(curl -s https://codecov.io/bash) -f coverage.xml -t 57166f89-22b3-4949-9488-ddd3c78123fb
72+ - ./codecov -F unittests -f " coverage.xml" -t 57166f89-22b3-4949-9488-ddd3c78123fb
7373
You can’t perform that action at this time.
0 commit comments