FreedomBox/.coveragerc
Bob Girard c72c03890c Add detailed test coverage console report
* 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
2015-01-25 10:52:44 +05:30

8 lines
106 B
INI

# .coveragerc -- specifies execution options for coverage.py
[run]
branch = True
[report]
precision = 2