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 670ba05 commit d8f71c9Copy full SHA for d8f71c9
.github/workflows/coverage.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: cargo install cargo-tarpaulin
19
- name: Generate code coverage
20
run: |
21
- cargo tarpaulin --verbose --out xml --engine llvm --features serde,easter
+ cargo tarpaulin --verbose --out xml --engine llvm
22
env:
23
CARGO_NET_GIT_FETCH_WITH_CLI: true
24
- name: Upload to codecov.io
0 commit comments