Skip to content

Commit

Permalink
Upload specific coverage report from AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Dec 9, 2018
1 parent ac8ef81 commit 8103b8c
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 @@ -24,7 +24,7 @@ test_script:
- "tools/build.cmd %PYTHON%\\python.exe -m pytest -c pytest.ci.ini --cov-report xml"

after_test:
- "tools/build.cmd %PYTHON%\\python.exe -m codecov -X gcov"
- "tools/build.cmd %PYTHON%\\python.exe -m codecov -f coverage.xml -X gcov"

artifacts:
- path: dist\*
Expand Down

0 comments on commit 8103b8c

Please sign in to comment.