Allow configuration of accuracy of percentage totals printed · Issue #16 · nedbat/coveragepy (original) (raw)

Originally reported by Geoff Bache (Bitbucket: geoffbache, GitHub: Unknown)


As all the modules in my code are over 97% coverage now, I find it helpful to have the report show percentages to 1 decimal place instead of to the nearest integer. I enclose a patch, including a "farm test (?)" which achieves this via the command line and "-D 1".