kopia lustrzana https://github.com/corrscope/corrscope
[appveyor] Run coverage and diff-cover
rodzic
902afe54db
commit
c67368bd11
12
appveyor.yml
12
appveyor.yml
|
@ -22,11 +22,12 @@ environment:
|
|||
py: '%pydir%\python.exe'
|
||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
|
||||
|
||||
cache:
|
||||
- '%LOCALAPPDATA%\pypoetry\Cache -> .appveyor\clear-caches'
|
||||
- '%USERPROFILE%\.poetry -> .appveyor\clear-caches'
|
||||
# \cache\repositories\pypi\
|
||||
# \virtualenvs\xyz-py3.x\
|
||||
- '%LOCALAPPDATA%\pypoetry\Cache -> .appveyor\clear-caches'
|
||||
- '%USERPROFILE%\.poetry -> .appveyor\clear-caches'
|
||||
# \cache\repositories\pypi\
|
||||
# \virtualenvs\xyz-py3.x\
|
||||
|
||||
install:
|
||||
# needed? to fix `appveyor` command
|
||||
|
@ -43,7 +44,8 @@ build_script:
|
|||
- exit
|
||||
|
||||
test_script:
|
||||
- 'poetry run pytest --tb=short'
|
||||
- 'poetry run pytest --tb=short --cov=corrscope'
|
||||
- 'poetry run codecov'
|
||||
|
||||
after_test:
|
||||
- 'if not "%pydir%"=="C:\Python37" appveyor exit'
|
||||
|
|
Ładowanie…
Reference in New Issue