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 90b6f0e commit cdbadde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 0 additions & 9 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 @@ -100,6 +100,11 @@ ignore_missing_imports = true
[tool.pontos.version]
version-module-file = "pontos/version/__version__.py"

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

[tool.poetry.scripts]
pontos = 'pontos:main'
pontos-version = 'pontos.version:main'
Expand Down

0 comments on commit cdbadde

Please sign in to comment.