Skip to content

Commit 42e778a

Browse files
committed
Update coverage.yml
1 parent 18eadcf commit 42e778a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,18 @@ jobs:
2323
tool: cargo-llvm-cov
2424
- name: Generate default features
2525
run: >
26-
cargo llvm-cov --doctests
27-
--no-report
26+
cargo llvm-cov --no-report
2827
- name: Generate all features
2928
run: >
30-
cargo llvm-cov --doctests --all-features
29+
cargo llvm-cov --all-features
3130
--no-report
3231
- name: Generate no features
3332
run: >
34-
cargo llvm-cov --doctests --no-default-features
33+
cargo llvm-cov --no-default-features
3534
--no-report
3635
- name: Show coverage results
3736
run: >
38-
cargo llvm-cov report --doctests
39-
--ignore-filename-regex 'binrw/(tests|src/docs)'
37+
cargo llvm-cov report --ignore-filename-regex 'binrw/(tests|src/docs)'
4038
# https://github.com/actions/runner/issues/520
4139
- name: Determine whether codecov.io secret is available
4240
id: has_codecov

0 commit comments

Comments
 (0)