Skip to content

Commit ff737ff

Browse files
committed
Update .appveyor.yml and .travis.yml to fix Codecov uploads
1 parent 6649fc6 commit ff737ff

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ install:
1010
build: off
1111
test_script:
1212
- "%PYTHON%\\python.exe -m pip install ."
13-
- "%PYTHON%\\python.exe -m nose --with-coverage"
13+
- "%PYTHON%\\python.exe -m nose --with-coverage --cover-xml"
1414
after_test:
15-
- "%PYTHON%\\Scripts\\codecov.exe"
15+
- "%PYTHON%\\Scripts\\codecov.exe -f coverage.xml"

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ install:
1414
- python -m pip install nose coverage codecov mock pynput
1515
script:
1616
- python -m pip install .
17-
- python -m nose
17+
- python -m nose --with-coverage --cover-xml
1818
after_success:
19-
- coverage run nosetests
2019
- codecov

0 commit comments

Comments
 (0)