summaryrefslogtreecommitdiff
path: root/changes/coverage
AgeCommit message (Collapse)Author
2015-03-21Disable assertions during coverage buildsSebastian Hahn
This removes roughly 5000 branches in my testing. We never want to trigger assertions even during tests, so this is sane. Implements #15400.