Skip to content

Commit

Permalink
Change: Merge coverage config into pyproject.toml
Browse files Browse the repository at this point in the history
All settings should be found at a single place.
  • Loading branch information
bjoernricks committed Jan 29, 2024
1 parent 5166031 commit 6d2bbf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .coveragerc

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ extend-select = ["I", "PLE", "PLW"]
mode = "poetry"
pre-commit = ['autohooks.plugins.black', "autohooks.plugins.ruff"]

[tool.coverage.run]
branch = true
omit = ["tests/*", "*/__init__.py"]
source = ["gvm"]

[tool.pontos.version]
version-module-file = "gvm/__version__.py"

0 comments on commit 6d2bbf7

Please sign in to comment.