mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
invoke via -m
This commit is contained in:
parent
7300125170
commit
0bead3638e
@ -65,8 +65,8 @@ after_test:
|
||||
%PYTHON%\python.exe -m pip wheel -w dist .
|
||||
- |
|
||||
%PYTHON%\python.exe -m pip install codecov
|
||||
coverage xml -o coverage.xml -i
|
||||
codecov -X search -X gcov -f coverage.xml
|
||||
%PYTHON%\python.exe -m coverage xml -o coverage.xml -i
|
||||
%PYTHON%\python.exe -m codecov -X search -X gcov -f coverage.xml
|
||||
|
||||
artifacts:
|
||||
# bdist_wheel puts your built wheel in the dist directory
|
||||
|
Loading…
Reference in New Issue
Block a user