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 002dbf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
comment: off
ignore:
- "cbor_gen.go"
- "**/cbor_gen.go"
- "api/test/**/*"
- "gen/**/*"
github_checks:
annotations: false

0 comments on commit 002dbf8

Please sign in to comment.