summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-05 17:14:07 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-02-05 17:14:07 -0500
commit749f219e547a4dccd2f70d6d837565c2db98665b (patch)
treeb9ce0385de546db398d7580ca3ccf3b69121d63d
parent240ad16baef9bfa71ad004035f4054eff98db24e (diff)
downloadcmd2-git-749f219e547a4dccd2f70d6d837565c2db98665b.tar.gz
Minor tweak to Coverage.py config
-rw-r--r--.coveragerc3
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.