Skip to content

Commit

Permalink
Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 24, 2019
1 parent 01d2a6f commit 04cbb00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ after_test:
- dir
- dir coverage.xml
- dir C:\pillow\coverage.xml
- ps: Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
- codecov.sh -v -f 'coverage.xml' -n %PYTHON%
- ps: |
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f 'coverage.xml' -n %PYTHON%
matrix:
fast_finish: true
Expand Down

0 comments on commit 04cbb00

Please sign in to comment.