Skip to content

Commit

Permalink
Force install cargo-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Jun 24, 2018
1 parent 73c4c0a commit adfcb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd "$(dirname "$0")/.."

cargo install cargo-cov
cargo install --force cargo-cov
cargo cov test
cargo cov report

Expand Down

0 comments on commit adfcb79

Please sign in to comment.