We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6059dab commit 10cdd41Copy full SHA for 10cdd41
.github/workflows/coverage.yml
@@ -66,6 +66,7 @@ jobs:
66
--branch \
67
--ignore-not-existing \
68
--ignore "/*" \
69
+ --ignore "src/{main}.rs" \
70
--excl-line "#\\[derive\\(" \
71
-o ./coverage/lcov.info
72
0 commit comments