Sith/.coveragerc

15 lines
196 B
Plaintext
Raw Normal View History

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