Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fixed code coverage stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Apr 1, 2018
1 parent ce1d07c commit d589191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cov_tests/kcov_rsbx_fun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function kcov_rsbx() {
if [[ $TRAVIS == true ]]; then
kcov --exclude-pattern=/.cargo,/usr/lib --verify "$HOME/target/cov/rsbx" rsbx "$@"
kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo,/usr/lib --verify "$HOME/target/cov/rsbx" rsbx "$@"
./rsbx "@"
else
kcov --exclude-pattern=/.cargo,/usr/lib --verify "../target/cov/rsbx" rsbx "$@"
fi
Expand Down

0 comments on commit d589191

Please sign in to comment.