Files
cc033154ad4a4f345258457f3ceed9143fb3d46d
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
#!/bin/bash
nosetests --exe --with-coverage --cover-package swift --cover-erase --cover-branches --cover-html --cover-html-dir="$TOP_DIR"/cover $@
rm -f .coverage