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:
zzbot 2018-08-19 06:01:08 -07:00 committed by GitHub
commit d3ed74eca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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