We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de40f71 + ff737ff commit c729745Copy full SHA for c729745
2 files changed
.appveyor.yml
@@ -10,6 +10,6 @@ install:
10
build: off
11
test_script:
12
- "%PYTHON%\\python.exe -m pip install ."
13
- - "%PYTHON%\\python.exe -m nose --with-coverage"
+ - "%PYTHON%\\python.exe -m nose --with-coverage --cover-xml"
14
after_test:
15
- - "%PYTHON%\\Scripts\\codecov.exe"
+ - "%PYTHON%\\Scripts\\codecov.exe -f coverage.xml"
.travis.yml
@@ -14,7 +14,6 @@ install:
- python -m pip install nose coverage codecov mock pynput
script:
16
- python -m pip install .
17
- - python -m nose
+ - python -m nose --with-coverage --cover-xml
18
after_success:
19
- - coverage run nosetests
20
- codecov
0 commit comments