Skip to content

Commit

Permalink
Try to fix code coverage over-estimations with config
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Dec 3, 2023
1 parent 06b4c3d commit 58167e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
branch: true
output-type: lcov
output-file: ./lcov.info
ignore-not-existing: true
ignore:
- "../*"
2 changes: 1 addition & 1 deletion .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit 58167e7

Please sign in to comment.