Skip to content

Commit

Permalink
Report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Dec 21, 2024
1 parent 1546b91 commit ed382c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ coverage : rust
$(COVERAGE) run -m unittest -v $(SHORT_TESTS)

$(COVERAGE) combine --quiet
$(COVERAGE) report
$(COVERAGE) html

diagrams :
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ allow_incomplete_defs = True
[coverage:report]
fail_under = 100
skip_covered = True
show_missing = True

partial_branches =
no-branch
Expand Down

0 comments on commit ed382c5

Please sign in to comment.