CI: add coverage report

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia
2017-08-29 15:13:09 +02:00
parent 9ee5c387c5
commit 0232953260
3 changed files with 25 additions and 2 deletions

14
.coveragerc Normal file
View File

@ -0,0 +1,14 @@
[run]
source = .
branch = False
omit =
*test*
*/migrations/*
doc/*
env/*
[report]
show_missing = False
include = *.py
[html]
title = Sith Code Coverage
directory = coverage_report