Skip to content

Commit ecc02ba

Browse files
committed
remove bad ddoctest
1 parent bcd101c commit ecc02ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
# run: echo 'result=${{ secrets.CODECOV_TOKEN }}' >> $GITHUB_OUTPUT
4242
- name: Generate coverage file
4343
run: >
44-
cargo llvm-cov report --doctests
45-
--ignore-filename-regex 'binrw/(tests|src/docs)'
44+
cargo llvm-cov report --ignore-filename-regex 'binrw/(tests|src/docs)'
4645
--lcov --output-path lcov.info
4746
#if: steps.has_codecov.outputs.result != 0
4847
- name: Upload to codecov.io

0 commit comments

Comments
 (0)