File: test-coverage

package info (click to toggle)
python-a38 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 4,065; xml: 174; makefile: 80; sh: 14
file content (10 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -u
if [ $# -eq 0 ]
then
	set -x
   eatmydata nose2-3 -C --coverage-report html
else
	set -x
	eatmydata nose2-3 "$@"
fi