Skip to content

Commit

Permalink
coverage: create an xml report
Browse files Browse the repository at this point in the history
if it isn't there codecov will try to invoke the coverage script which
isn't in PATH.
  • Loading branch information
lazka committed Aug 9, 2017
1 parent 4b88339 commit 2dc52fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:

test_script:
- "%PYTHON%\\python.exe -m coverage run --branch setup.py test"
- "%PYTHON%\\python.exe -m coverage xml"
- "%PYTHON%\\python.exe -m codecov"

build: off

0 comments on commit 2dc52fe

Please sign in to comment.