Skip to content

Commit 8064999

Browse files
committed
fix: enable code coverage in appveyor
force codecov to collect coverage.xml
1 parent 0f8f750 commit 8064999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build_script:
4141
test_script:
4242
- |
4343
%PYTHON%\\python.exe setup.py test --addopts "--cov-report xml --cov cwltool -p no:cacheprovider --junit-xml=tests.xml"
44-
- "%PYTHON%\\python.exe -m codecov"
44+
- "%PYTHON%\\python.exe -m codecov --file coverage.xml"
4545

4646
on_finish:
4747
- ps: |

0 commit comments

Comments
 (0)