Commit 4520ef6c authored by Tres Seaver's avatar Tres Seaver

Add branch coverage.

Exclude interfaces, whose method docstrings confuse the coverage checker.
parent 6568869c
......@@ -4,7 +4,7 @@
4.0.9 (unreleased)
------------------
- TBD
- 100% branch coverage.
4.0.8 (2014-03-20)
------------------
......
......@@ -2,6 +2,7 @@
nocapture=1
cover-package=persistent
cover-erase=1
cover-branches=1
cover-min-percentage=100
with-doctest=0
where=persistent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment