mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
codecov for appveyor
This commit is contained in:
parent
49b9148db8
commit
f6922fe404
@ -25,4 +25,10 @@ build_script:
|
||||
test_script:
|
||||
- "python setup.py test"
|
||||
|
||||
after_test:
|
||||
- rm -rf tests/coverages
|
||||
- if not exist dist mkdir dist
|
||||
- if exist .coverage (cp .coverage dist\) else (echo no .coverage)
|
||||
- codecov
|
||||
- if exist coverage.xml (cp coverage.xml dist\) else (echo no coverage.xml)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user