Skip to content

Commit df88ae0

Browse files
committed
Fix CI: exclude app example from tarpaulin coverage
1 parent d42f8a3 commit df88ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo 'merge_derives = true' >> .rustfmt.toml
5050
echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
5151
cargo fmt
52-
cargo tarpaulin --out Lcov Stdout
52+
cargo tarpaulin --out Lcov Stdout --workspace --exclude app
5353
- name: Upload to codecov.io
5454
uses: codecov/codecov-action@v5
5555
with:

0 commit comments

Comments
 (0)