Skip to content

Commit

Permalink
fix coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 5, 2024
1 parent 585e6e1 commit cef99b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ values = [
]

[tool.coverage.run]
relative_files = true
include = ["src/xncml/*"]
omit = ["tests/*.py"]
relative_files = true
source = ["xncml"]

[tool.flit.sdist]
include = [
Expand Down
Empty file removed tests/__init__.py
Empty file.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ setenv =
PYTEST_ADDOPTS = "--color=yes"
PYTHONPATH = {toxinidir}
passenv =
COVERALLS_*
GITHUB_*
extras =
dev
Expand Down

0 comments on commit cef99b0

Please sign in to comment.