Skip to content

Commit 5a2a5fb

Browse files
committed
REMOVEME try fixing coverage check
1 parent a1cdb6b commit 5a2a5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions-rs/cargo@v1
7676
with:
7777
command: tarpaulin
78-
args: --output-dir coverage --out xml --workspace --features serde-error --tests --example testcases --example third_party
78+
args: --output-dir coverage --out xml --workspace --features serde-error --tests --example testcases
7979
- name: Upload coverage reports to Codecov
8080
uses: codecov/[email protected]
8181
with:

0 commit comments

Comments
 (0)