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