.coveragerc: don't show missing lines in coverage report in console

too verbose
This commit is contained in:
Cosimo Lupo 2018-07-14 11:24:35 +01:00
parent 5e1de2d0a9
commit fc6745657c
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -33,6 +33,3 @@ skip_covered = True
# ignore source code that cant be found
ignore_errors = True
# when running a summary report, show missing lines
show_missing = True