Skip to content

Commit

Permalink
Merge #41: pin grcov to v0.8.2
Browse files Browse the repository at this point in the history
b814056 pin grcov to v0.8.2 (mojoX911)

Tree-SHA512: 66c369619278041d921d480b8c00c8928e84fec42a218fecec9c460cdb5eaf7b144bc74f3808b59a574bebd9ff65f14cd462815f10f0f66e1dbeb1327f5a7f55
  • Loading branch information
chris-belcher committed Dec 8, 2021
2 parents 03672e4 + b814056 commit 522000c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
addrs=$(bitcoin-cli -datadir=.bitcoin getnewaddress)
bitcoin-cli -datadir=.bitcoin generatetoaddress 101 $addrs
# Pin grcov to v0.8.2 because of build failure at 0.8.3
- name: Install grcov
run: cargo install grcov --force --version 0.8.2

# Tests are run with code coverage support
- name: Run cargo test
env:
Expand Down

0 comments on commit 522000c

Please sign in to comment.