File: run-coverage.sh

package info (click to toggle)
python-txi2p-tahoe 0.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: python: 3,757; makefile: 163; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/bash
. env/bin/activate
coverage run --branch --source=txi2p --omit=*/_version.py,*test* env/bin/trial txi2p
coverage html -d coverage