Show lines missing test coverage in test output

This commit is contained in:
Brad Warren 2016-06-17 10:48:54 -07:00
parent 568df2108e
commit f5282ed2de

3
.coveragerc Normal file
View file

@ -0,0 +1,3 @@
[report]
# show lines missing coverage in output
show_missing = True