fix code coverage ignore

It looks like we need to use globs.
This commit is contained in:
Steven Allen 2020-10-14 17:22:39 -07:00
parent 7e5b1ac272
commit a40fc98e56

View File

@ -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