diff --git a/.appveyor.yml b/.appveyor.yml index 8257fb932..bc1353b3c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -48,9 +48,9 @@ test_script: # Put your test command here. # Note that you must use the environment variable %PYTHON% to refer to # the interpreter you're using - Appveyor does not do anything special - # to put the Python evrsion you want to use on PATH. + # to put the Python version you want to use on PATH. - | - %PYTHON%\Scripts\tox.exe -e py + %PYTHON%\Scripts\tox.exe -e coverage after_test: # This builds the main tahoe wheel, and wheels for all dependencies. @@ -63,6 +63,10 @@ after_test: rd /s /q _trial_temp %PYTHON%\python.exe setup.py bdist_wheel %PYTHON%\python.exe -m pip wheel -w dist . + - | + %PYTHON%\python.exe -m pip install codecov coverage + %PYTHON%\python.exe -m coverage xml -o coverage.xml -i + %PYTHON%\python.exe -m codecov -X search -X gcov -f coverage.xml artifacts: # bdist_wheel puts your built wheel in the dist directory diff --git a/newsfragments/3000.minor b/newsfragments/3000.minor new file mode 100644 index 000000000..e69de29bb