fix code coverage ignore
It looks like we need to use globs.
This commit is contained in:
parent
7e5b1ac272
commit
a40fc98e56
@ -1,5 +1,9 @@
|
|||||||
comment: off
|
comment: off
|
||||||
ignore:
|
ignore:
|
||||||
- "cbor_gen.go"
|
- "**/cbor_gen.go"
|
||||||
|
- "api/test/**/*"
|
||||||
|
- "api/test/*"
|
||||||
|
- "gen/**/*"
|
||||||
|
- "gen/*"
|
||||||
github_checks:
|
github_checks:
|
||||||
annotations: false
|
annotations: false
|
||||||
|
Loading…
Reference in New Issue
Block a user