Show missing lines in coverage report.

This commit is contained in:
Dave Shawley 2019-09-02 08:29:33 -04:00
parent 7b39515000
commit 8d73f5bbf5

View file

@ -8,6 +8,9 @@ warning-is-error = 1
[check] [check]
strict = 1 strict = 1
[coverage:report]
show_missing = 1
[nosetests] [nosetests]
cover-package = sprockets.mixins.metrics cover-package = sprockets.mixins.metrics
cover-branches = 1 cover-branches = 1