Skip to content

Commit

Permalink
Update arguments for coverage report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 30, 2023
1 parent 045c758 commit f342249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
cargo llvm-cov --no-report nextest
cargo llvm-cov --no-report --doc
cargo llvm-cov report --lcov --output-path lcov.info
cargo llvm-cov report --doctests --lcov --output-path lcov.info
- name: Upload coverage data to codecov
if: ${{ matrix.coverage }}
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit f342249

Please sign in to comment.