File: recoverage.bat

package info (click to toggle)
python-patch-ng 1.17.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 792 kB
  • sloc: python: 2,124; cpp: 1,598; xml: 38; sh: 11; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
cd ..
python -m coverage run tests/run_tests.py
python -m coverage html -d tests/coverage
python -m coverage report -m