Skip to content

Commit

Permalink
fix code coverage ignore
Browse files Browse the repository at this point in the history
It looks like we need to use globs.
  • Loading branch information
Stebalien committed Oct 15, 2020
1 parent 7e5b1ac commit a40fc98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
comment: off
ignore:
- "cbor_gen.go"
- "**/cbor_gen.go"
- "api/test/**/*"
- "api/test/*"
- "gen/**/*"
- "gen/*"
github_checks:
annotations: false

0 comments on commit a40fc98

Please sign in to comment.