mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
Replace deleted codecov package with bash uploader
This commit is contained in:
parent
2d216d3d3d
commit
3bb6344541
|
@ -52,8 +52,9 @@ test_script:
|
||||||
#- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest?
|
#- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest?
|
||||||
|
|
||||||
after_test:
|
after_test:
|
||||||
- python -m pip install codecov
|
- curl -Os https://uploader.codecov.io/latest/windows/codecov.exe
|
||||||
- codecov --file coverage.xml --name %PYTHON% --flags AppVeyor
|
- chmod +x codecov
|
||||||
|
- .\codecov.exe --file coverage.xml --name %PYTHON% --flags AppVeyor
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user