Skip to content

Commit 33bbd50

Browse files
committed
output a json report with the html
1 parent ff4e904 commit 33bbd50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def combine_coverage(session: nox.Session) -> None:
102102
coverage("combine")
103103
coverage("report", "--show-missing", f"--fail-under={COVERAGE_FAIL_UNDER}")
104104
coverage("html")
105+
coverage("json")
105106

106107

107108
@nox.session(name="lint")

0 commit comments

Comments
 (0)