Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b742f48

Browse files
committed
feat(project-dev): ✅ add coverage
1 parent 47a926e commit b742f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/noxfile.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test(session: Session) -> None:
1818
session (Session): nox session object
1919
"""
2020
session.run_always("pdm", "install", "-G", "ci-tests", external=True)
21-
session.run("pytest", "tests/")
21+
session.run("pytest", "--cov", "tests/")
2222

2323

2424
@nox.session

0 commit comments

Comments
 (0)