Skip to content

Commit

Permalink
Remove DO_COV
Browse files Browse the repository at this point in the history
We have test coverage by way of `coveralls` now. Remove the old stale
`DO_COV` stuff.

Fix: rust-bitcoin#1853
  • Loading branch information
tcharding committed Jan 23, 2024
1 parent d08d3ef commit 1fe9022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Running test script
env:
DO_COV: true
AS_DEPENDENCY: false
DO_DOCS: true
DO_FEATURE_MATRIX: true
Expand Down
5 changes: 0 additions & 5 deletions bitcoin/contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ set -ex

FEATURES="std rand-std rand serde secp-recovery bitcoinconsensus-std base64 bitcoinconsensus"

if [ "$DO_COV" = true ]
then
export RUSTFLAGS="-C link-dead-code"
fi

cargo --version
rustc --version

Expand Down

0 comments on commit 1fe9022

Please sign in to comment.