Ignore tests in codecov configuration
This commit is contained in:
parent
15362d9cb8
commit
556213717a
@ -13,6 +13,10 @@ coverage:
|
||||
patch: true
|
||||
changes: true
|
||||
|
||||
# We don't want statistics for the tests themselves.
|
||||
ignore:
|
||||
- .*/tests/.*
|
||||
|
||||
comment:
|
||||
layout: "header, diff, changes, uncovered"
|
||||
behavior: default # update if exists else create new
|
||||
|
Loading…
Reference in New Issue
Block a user