Auto merge of #3108 - micbou:codecov-tests, r=puremourning
[READY] Ignore tests in codecov configuration I don't know why but codecov includes the `tests` folder in its coverage report since [we migrated to Python 3.7 on AppVeyor](2d213e7ed2
). Ignoring the folder in codecov configuration file like [we already do in the ycmd repository](ea58cfcf50/codecov.yml (L16-L25)
) fixes the issue. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3108) <!-- Reviewable:end -->
This commit is contained in:
commit
d3ed74eca4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user