Commit a6fcb74f authored by Tres Seaver's avatar Tres Seaver

Trigger branch coverage by default.

parent 64bd7adf
...@@ -3,6 +3,7 @@ nocapture=1 ...@@ -3,6 +3,7 @@ nocapture=1
cover-package=transaction cover-package=transaction
cover-erase=1 cover-erase=1
cover-min-percentage=100 cover-min-percentage=100
cover-branches=1
where=transaction where=transaction
[aliases] [aliases]
......
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