Skip to content

Commit

Permalink
Add: Add coverage as dev dependency
Browse files Browse the repository at this point in the history
Allow to calculate test coverage.
  • Loading branch information
bjoernricks committed Apr 17, 2023
1 parent faa08f9 commit aec49ef
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
66 changes: 65 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=22.7.0"

[tool.poetry.dev-dependencies]
coverage = "^7.2.3"
pontos = ">=22.7.2"
pytest = "*"
mypy = "^1.2"
Expand Down

0 comments on commit aec49ef

Please sign in to comment.