Skip to content

Commit

Permalink
chore: remove coverage upload from nox session
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Sep 18, 2024
1 parent 3d70ed9 commit afce4be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,5 @@ def pytype(session: Session) -> None:
@session(python="3.10")
def coverage(session: Session) -> None:
"""Upload coverage data."""
session.install("coverage[toml]", "codecov")
session.install("coverage[toml]")
session.run("coverage", "xml", "--fail-under=0")
session.run("codecov", *session.posargs)

0 comments on commit afce4be

Please sign in to comment.