Skip to content

Commit ad6a9e3

Browse files
committed
Change back to new uploader to see difference, add unittests flag, use string for filename
1 parent 3f96af3 commit ad6a9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)