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 d30863f commit c7401ceCopy full SHA for c7401ce
.github/workflows/coverage.yml
@@ -38,6 +38,7 @@ jobs:
38
make Cargo.toml
39
cargo update
40
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
41
+ cargo update [email protected] --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
42
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
43
- name: Upload to codecov.io
44
uses: codecov/codecov-action@v5
0 commit comments