Skip to content

Commit

Permalink
Change: Merge coverage config into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Jan 26, 2024
1 parent 500c6ff commit ea8fa25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@ line-length = 80
target-version = "py39"
extend-select = ["I", "PLE", "PLW"]

[tool.coverage.run]
omit = ["tests/*"]
source = ["gvmtools", "scripts"]

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

0 comments on commit ea8fa25

Please sign in to comment.