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