Skip to content

Commit 1f9fc05

Browse files
committed
Update coverage automation
1 parent 4a14256 commit 1f9fc05

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tests/coverage/___py_mylib_python-patch_patch.html renamed to tests/coverage/patch_py.html

File renamed without changes.

tests/recoverage.bat

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
py -m coverage.__main__ run run_tests.py
2-
py -m coverage.__main__ html -d coverage
1+
cd ..
2+
python -m coverage run tests/run_tests.py
3+
python -m coverage html -d tests/coverage

0 commit comments

Comments
 (0)