mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +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 wheel -w dist .
|
||||||
- |
|
- |
|
||||||
%PYTHON%\python.exe -m pip install codecov
|
%PYTHON%\python.exe -m pip install codecov
|
||||||
coverage xml -o coverage.xml -i
|
%PYTHON%\python.exe -m coverage xml -o coverage.xml -i
|
||||||
codecov -X search -X gcov -f coverage.xml
|
%PYTHON%\python.exe -m codecov -X search -X gcov -f coverage.xml
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
# bdist_wheel puts your built wheel in the dist directory
|
# bdist_wheel puts your built wheel in the dist directory
|
||||||
|
Loading…
Reference in New Issue
Block a user