Skip to content

Commit 10cdd41

Browse files
authored
ci: update coverage (#64)
ignore the `src/main.rs` while the coverage check
1 parent 6059dab commit 10cdd41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
--branch \
6767
--ignore-not-existing \
6868
--ignore "/*" \
69+
--ignore "src/{main}.rs" \
6970
--excl-line "#\\[derive\\(" \
7071
-o ./coverage/lcov.info
7172

0 commit comments

Comments
 (0)