Skip to content

Commit

Permalink
fix codecov ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Apr 2, 2024
1 parent 2b38309 commit e902f5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ coverage:

# See http://docs.codecov.io/docs/ignoring-paths
ignore:
- "github/*"
- "cmd/*"
- "github/**/*"
- "**/main.go"
- "make/*"
- "resources/*"
- "test-resources/*"
- "resources/**/*"
- "test-resources/**/*"

# See https://docs.codecov.com/docs/pull-request-comments
comment:
Expand Down

0 comments on commit e902f5b

Please sign in to comment.