mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-17 18:00:59 +00:00
5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
coverage erase
|
|
tox
|
|
coverage html --include=model_utils/* --omit=model_utils/tests/*
|