mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
10 lines
140 B
INI
10 lines
140 B
INI
# .coveragerc -- specifies execution options for coverage.py
|
|
|
|
[run]
|
|
branch = True
|
|
omit = */tests/*
|
|
|
|
[report]
|
|
precision = 2
|
|
omit = */tests/*
|