diff --git a/Makefile b/Makefile index c76fb008..b26728cc 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,7 @@ coverage : rust $(COVERAGE) run -m unittest -v $(SHORT_TESTS) $(COVERAGE) combine --quiet + $(COVERAGE) report $(COVERAGE) html diagrams : diff --git a/setup.cfg b/setup.cfg index 5b9388e2..85d7d697 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ allow_incomplete_defs = True [coverage:report] fail_under = 100 skip_covered = True + show_missing = True partial_branches = no-branch