Skip to content

Commit

Permalink
Stars all the way down
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Oct 5, 2018
1 parent ce3b558 commit 16acbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _ cargo cov clean
_ cargo cov test --lib
_ ./grcov . -t lcov > lcov.info
_ genhtml -o target/cov/report --show-details --highlight --ignore-errors source --legend lcov.info
upload_ci_artifact "target/cov/report/*"
upload_ci_artifact "target/cov/report/**/*"

if [[ -z "$CODECOV_TOKEN" ]]; then
echo CODECOV_TOKEN undefined
Expand Down

0 comments on commit 16acbf4

Please sign in to comment.