mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
14
.coveragerc
Normal file
14
.coveragerc
Normal 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
|
Reference in New Issue
Block a user