mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-03 03:14:43 +00:00
5 lines
106 B
Bash
5 lines
106 B
Bash
|
|
#!/bin/sh
|
||
|
|
coverage run --rcfile .coveragerc manage.py test --failfast rosetta
|
||
|
|
coverage xml
|
||
|
|
coverage html
|