Skip to content

Commit

Permalink
Merge pull request #37 from AFM-SPM/ns-rse/configure-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse authored Apr 30, 2024
2 parents 2fd404e + b37ee8e commit f9b59d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ convention = "numpy"

[tool.ruff.flake8-pytest-style]
fixture-parentheses = true

[tool.coverage.run]
source = ["topofileformats"]
omit = [
"topofileformats/_version.py",
"*tests*",
"**/__init__*",
]

0 comments on commit f9b59d6

Please sign in to comment.