Skip to content

Commit

Permalink
ci: update coverage
Browse files Browse the repository at this point in the history
ignore the `src/main.rs` while the coverage check
  • Loading branch information
pythonbrad committed Apr 14, 2024
1 parent 311c878 commit 9d8c8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
--branch \
--ignore-not-existing \
--ignore "/*" \
--ignore "src/{main}.rs" \
--excl-line "#\\[derive\\(" \
-o ./coverage/lcov.info
Expand Down

0 comments on commit 9d8c8fb

Please sign in to comment.