Auto merge of #2412 - micbou:appveyor-coverage, r=Valloric

[READY] Enable coverage on AppVeyor

I forgot to do that when adding coverage.

Also, the `cover` folder is created at the project root, not in the `python` folder.

<!-- 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/2412)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2016-10-28 13:06:48 +09:00
commit bf67f78e2d
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -28,7 +28,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
python/cover/
cover/
.tox
nosetests.xml
.noseids

View File

@ -1,5 +1,6 @@
version: '{build}'
environment:
COVERAGE: true
matrix:
- arch: 32
python: 35