Skip to content

Commit

Permalink
[build] Run codecov before sonar-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Nov 23, 2020
1 parent d91e66f commit d4a217b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ script:
./test-srt --gtest_filter="-TestMuxer.IPv4_and_IPv6";
fi
- source ./scripts/collect-gcov.sh
- if (( "$RUN_SONARCUBE" )); then
sonar-scanner -D"sonar.cfamily.gcov.reportPath=.";
fi
- if (( "$RUN_CODECOV" )); then
bash <(curl -s https://codecov.io/bash);
fi
- if (( "$RUN_SONARCUBE" )); then
sonar-scanner -D"sonar.cfamily.gcov.reportPath=.";
fi

0 comments on commit d4a217b

Please sign in to comment.