Add fixtures, examples, util, and src/hpack/test to Codecov ignore list (#96)
We don't care about covering code in these directories, so exclude them from test coverage.
This commit is contained in:
@@ -4,7 +4,11 @@ codecov:
|
|||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
ignore:
|
ignore:
|
||||||
|
- fixtures/.*
|
||||||
|
- examples/.*
|
||||||
|
- util/.*
|
||||||
- tests/.*
|
- tests/.*
|
||||||
|
- src/hpack/test/.*
|
||||||
notify:
|
notify:
|
||||||
slack:
|
slack:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user