Skip to content

Commit

Permalink
coverage with doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Sep 22, 2023
1 parent d76af18 commit d5393a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cargo nextest run --all --all-features --all-targets
- name: Generate code coverage
run: |
cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json
cargo llvm-cov --all-features --doctests --workspace --codecov --output-path codecov.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit d5393a4

Please sign in to comment.