Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jun 7, 2023
1 parent 5cdce57 commit 7171109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .config/coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ exclude_lines =
"raise NotImplementedError" # defensive assertion code
"if 0:" # Don't complain if non-runnable code
"if __name__ == .__main__.:" # isn't run

[paths]
source =
"src/hdx"
"*/site-packages/hdx"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ features = ["html", "email", "test"]
[tool.hatch.envs.test.scripts]
test = """
pytest -c .config/pytest.ini --rootdir=. --junitxml=test-results.xml \
--cov=. --cov-config=.config/coveragerc --no-cov-on-fail \
--cov=src --cov-config=.config/coveragerc --no-cov-on-fail \
--cov-report=lcov --cov-report=term-missing
"""

Expand Down

0 comments on commit 7171109

Please sign in to comment.