We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d2b7c commit 9c49b18Copy full SHA for 9c49b18
.github/workflows/code_coverage.yml
@@ -13,6 +13,7 @@ name: Code Coverage
13
jobs:
14
Codecov:
15
name: Code Coverage
16
+ if: false # disabled
17
runs-on: ubuntu-latest
18
env:
19
RUSTFLAGS: "-Cinstrument-coverage"
.github/workflows/cont_integration.yml
@@ -99,6 +99,7 @@ jobs:
99
100
test-blockchains:
101
name: Blockchain ${{ matrix.blockchain.features }}
102
103
runs-on: ubuntu-20.04
104
strategy:
105
fail-fast: false
0 commit comments