File: coverage.sh

package info (click to toggle)
ttconv 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,460 kB
  • sloc: python: 19,811; sh: 44; makefile: 7
file content (4 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh

pipenv run coverage run -m unittest discover -v -s src/test/python/ -t .
pipenv run coverage html