diff options
| author | jannfis <jann@mistrust.net> | 2020-08-13 08:58:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 08:58:53 +0200 |
| commit | c739d5963012d98e4d5d4286d700a64c922e88ac (patch) | |
| tree | eecf2d85f7f0dd5d9af122a59953153a6f790dca /.codecov.yml | |
| parent | 126d08a3e6e21a208cebe5a9e1aeb9f77bbf4f05 (diff) | |
feat: Allow pre-filtering tags for consideration using a matcher (#47)
* feat: Allow pre-filtering tags for consideration using a matcher
* Fix typo
Diffstat (limited to '.codecov.yml')
| -rw-r--r-- | .codecov.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml index eb95390..83884ac 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,6 @@ ignore: - "**/*_test.go" +- "**/mocks/*.go" - "test/**/*" - "vendor/**/*" coverage: @@ -9,4 +10,4 @@ coverage: project: default: # allow test coverage to drop by 2%, assume that it's typically due to CI problems - threshold: 2
\ No newline at end of file + threshold: 2 |
