diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-05 17:14:07 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-05 17:14:07 -0500 |
| commit | 749f219e547a4dccd2f70d6d837565c2db98665b (patch) | |
| tree | b9ce0385de546db398d7580ca3ccf3b69121d63d | |
| parent | 240ad16baef9bfa71ad004035f4054eff98db24e (diff) | |
| download | cmd2-git-749f219e547a4dccd2f70d6d837565c2db98665b.tar.gz | |
Minor tweak to Coverage.py config
| -rw-r--r-- | .coveragerc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc index a10ebeae..e354ad42 100644 --- a/.coveragerc +++ b/.coveragerc @@ -16,6 +16,9 @@ exclude_lines = # Don't complain about OS-specific code for other OSes (excludes Windows and Mac, includes Linux) if sys\.platform +# (integer): the number of digits after the decimal point to display for reported coverage percentages. +precision = 1 + [html] # (string, default “htmlcov”): where to write the HTML report files. |
