mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
* Add a detailed console report to the 'test_coverage' command output * Expand the precision of all coverage percentages to two decimal places * Print the location of the HTML coverage report at the end of the console report
8 lines
106 B
INI
8 lines
106 B
INI
# .coveragerc -- specifies execution options for coverage.py
|
|
|
|
[run]
|
|
branch = True
|
|
|
|
[report]
|
|
precision = 2
|