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 a1cdb6b commit 5a2a5fbCopy full SHA for 5a2a5fb
.github/workflows/rust.yml
@@ -75,7 +75,7 @@ jobs:
75
uses: actions-rs/cargo@v1
76
with:
77
command: tarpaulin
78
- args: --output-dir coverage --out xml --workspace --features serde-error --tests --example testcases --example third_party
+ args: --output-dir coverage --out xml --workspace --features serde-error --tests --example testcases
79
- name: Upload coverage reports to Codecov
80
uses: codecov/[email protected]
81
0 commit comments