mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-22 00:00:24 +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
|