Skip to content

Commit

Permalink
Disable coverage until issue solana-labs#433 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 30, 2018
1 parent 7f7ef71 commit 502562f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/test-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ _ cargo test --verbose --features unstable
_ cargo bench --verbose --features unstable


# Coverage ...
exit 0

# Coverage disabled (see issue #433)
_ cargo install --force cargo-cov
_ cargo cov test
_ cargo cov report
Expand Down

0 comments on commit 502562f

Please sign in to comment.