We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4e904 commit 33bbd50Copy full SHA for 33bbd50
1 file changed
noxfile.py
@@ -102,6 +102,7 @@ def combine_coverage(session: nox.Session) -> None:
102
coverage("combine")
103
coverage("report", "--show-missing", f"--fail-under={COVERAGE_FAIL_UNDER}")
104
coverage("html")
105
+ coverage("json")
106
107
108
@nox.session(name="lint")
0 commit comments