Skip to content

Commit af62a1a

Browse files
rickardraysearchdenfromufa
authored and
denfromufa
committed
Explicitly specify files to upload to codecov (#527)
* Explicitly specify files to upload to codecov * Produce coverage.xml
1 parent ae7219e commit af62a1a

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)