Skip to content

Commit

Permalink
Add coverage configuration to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 26, 2023
1 parent 965f115 commit 6b90f3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ Changelog = "https://github.com/cleder/pygeoif/blob/develop/docs/HISTORY.rst"
Documentation = "https://pygeoif.readthedocs.io/"
Homepage = "https://github.com/cleder/pygeoif/"

[tool.coverage.paths]
source = [
"pygeoif",
"tests",
]

[tool.coverage.run]
branch = true

[tool.flake8]
max_line_length = 88

Expand Down

0 comments on commit 6b90f3f

Please sign in to comment.