Skip to content

Commit

Permalink
Move .coveragerc to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pckroon committed Jan 29, 2024
1 parent 755132e commit 806a0d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 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 @@ -9,3 +9,8 @@ requires = [
addopts = "--import-mode=importlib"
testpaths = ["vermouth/tests"]
python_files = "test_*.py"

[tool.coverage.run]
branch = true
omit = ["vermouth/tests/*", "vermouth/redistributed/*"]

0 comments on commit 806a0d1

Please sign in to comment.