Skip to content

Commit

Permalink
👷 configure ignore path for codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed May 26, 2024
1 parent 84629be commit 20b72e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ coverage:
precision: 2
parsers:
go:
partials_as_hits: true
partials_as_hits: true
ignore:
- "svc/cmd/*"
- "svc/runner/*"
- "svc/testing/*"
- "svc/handler/*"
- "svc/middleware/*"
- "svc/uc/*"

0 comments on commit 20b72e3

Please sign in to comment.