django-rosetta/testproject/coverage.sh

5 lines
106 B
Bash
Raw Permalink Normal View History

#!/bin/sh
coverage run --rcfile .coveragerc manage.py test --failfast rosetta
coverage xml
coverage html