Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Ignore coverage
  • Loading branch information
jason-neal committed May 22, 2018
1 parent 5f25908 commit 312ae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: off
test_script:
# Put your test command here.
- cmd: "%PYTHON%\\python.exe -m pytest --cov=spectrum?overload --cov-report term-missing --durations 10"
- cmd: "coverage xml -i"
# - cmd: "coverage xml -i"

after_test:
# This step builds your wheels.
Expand Down

0 comments on commit 312ae2c

Please sign in to comment.