Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jan 12, 2023
1 parent d5bdf6a commit b39d3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ exclude_lines = [
]

[tool.pytest.ini_options]
addopts = "--cov cooler --cov-config .coveragerc --cov-report term-missing --cov-report html --cov-report=xml"
addopts = "--cov cooler --cov-config pyproject.toml --cov-report term-missing --cov-report html --cov-report=xml"
filterwarnings = ["ignore::PendingDeprecationWarning"]
testpaths = ["tests"]

0 comments on commit b39d3b5

Please sign in to comment.