Skip to content

Commit

Permalink
[build] Run codecov only after success in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Dec 1, 2022
1 parent 637d439 commit fdb9389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ script:
- if [ "$TRAVIS_COMPILER" != "x86_64-w64-mingw32-g++" ]; then
./test-srt --gtest_filter="-$TESTS_IPv6";
fi
after_success:
- if (( "$RUN_CODECOV" )); then
source ./scripts/collect-gcov.sh;
bash <(curl -s https://codecov.io/bash);
Expand Down

0 comments on commit fdb9389

Please sign in to comment.