Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7e8e35

Browse files
rickardraysearchtestrunner123
authored andcommitted
Explicitly specify files to upload to codecov (#527)
* Explicitly specify files to upload to codecov * Produce coverage.xml
1 parent 9dc1a2b commit d7e8e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ test_script:
4747
on_finish:
4848
# Temporary disable multiple upload due to codecov limit of 20 per commit.
4949
# https://docs.codecov.io/blog/week-8-2017
50-
# - coverage xml -i
50+
- coverage xml -i
5151
# - codecov --file coverage.xml --flags setup_windows
5252
# - codecov --file py.coverage --flags python_tests
5353
# - codecov --file cs.coverage --flags embedded_tests
54-
- codecov --flags setup_windows
54+
- codecov --file py.coverage cs.coverage coverage.xml --flags setup_windows
5555

5656
artifacts:
5757
- path: dist\*

0 commit comments

Comments
 (0)