Skip to content

Commit

Permalink
html coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
seanharrison committed Feb 13, 2024
1 parent 254f68e commit 43ec13c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[pytest]
addopts =
--cov=sqly
--cov-branch
--cov-report=term-missing
--cov-fail-under=90
addopts =
--cov=sqly
--cov-branch
--cov-report=term-missing
--cov-report=html:coverage
--cov-fail-under=90
--doctest-modules

0 comments on commit 43ec13c

Please sign in to comment.