We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde6d52 commit 6f324a0Copy full SHA for 6f324a0
codecov.yaml
@@ -20,3 +20,6 @@ coverage:
20
ignore:
21
- "**/*.gen.go" # ignore generated code
22
- "tools/**" # ignore tools directory
23
+ - "tests/utils/**" # ignore test utilities
24
+ - "**/testdata/**" # ignore test data
25
+ - "**/mocks/**" # ignore mocks
0 commit comments