Skip to content

Commit

Permalink
ci: Report lines missing test coverage (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 15, 2022
1 parent acf9018 commit f3c90f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def doctest(session: Session) -> None:
@session(python=main_python_version)
def coverage(session: Session) -> None:
"""Generate coverage report."""
args = session.posargs or ["report"]
args = session.posargs or ["report", "-m"]

session.install("coverage[toml]")

Expand Down

0 comments on commit f3c90f9

Please sign in to comment.