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:
commit
bf67f78e2d
2
.gitignore
vendored
2
.gitignore
vendored
@ -28,7 +28,7 @@ pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
python/cover/
|
||||
cover/
|
||||
.tox
|
||||
nosetests.xml
|
||||
.noseids
|
||||
|
@ -1,5 +1,6 @@
|
||||
version: '{build}'
|
||||
environment:
|
||||
COVERAGE: true
|
||||
matrix:
|
||||
- arch: 32
|
||||
python: 35
|
||||
|
Loading…
x
Reference in New Issue
Block a user