1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-01-11 09:31:12 +00:00
Sith/.coveragerc

18 lines
254 B
Plaintext
Raw Normal View History

[run]
source = .
branch = False
omit =
*test*
*/migrations/*
doc/*
env/*
sith/toolbar_debug.py
sith/wsgi.py
migrate.py
[report]
show_missing = False
include = *.py
[html]
title = Sith Code Coverage
directory = coverage_report