Ignore tests in codecov configuration

This commit is contained in:
micbou 2018-08-07 15:44:04 +02:00
parent 15362d9cb8
commit 556213717a
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -13,6 +13,10 @@ coverage:
patch: true patch: true
changes: true changes: true
# We don't want statistics for the tests themselves.
ignore:
- .*/tests/.*
comment: comment:
layout: "header, diff, changes, uncovered" layout: "header, diff, changes, uncovered"
behavior: default # update if exists else create new behavior: default # update if exists else create new