Skip to content

Commit

Permalink
successfully converted to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Oct 15, 2024
1 parent 091b1dd commit 2a72955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ pytest = "^8.3.3"
pytest-cov = "^5.0.0"

[tool.coverage.run]
include = refextract/*.py
include = ["refextract/*.py"]

[tool.pytest.ini_options]
addopts = --cov=refextract --cov-report=term-missing:skip-covered
addopts = "--cov=refextract --cov-report=term-missing:skip-covered"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 2a72955

Please sign in to comment.