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 9c45053 commit e4f1946Copy full SHA for e4f1946
1 file changed
.github/workflows/CI.yml
@@ -47,7 +47,7 @@ jobs:
47
echo 'merge_derives = true' >> .rustfmt.toml
48
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
49
cargo fmt
50
- cargo tarpaulin --out Lcov
+ cargo tarpaulin --out Lcov Stdout
51
- name: Upload to codecov.io
52
uses: codecov/codecov-action@v5
53
with:
0 commit comments