Skip to content

Commit

Permalink
Update redundant coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Jun 24, 2024
1 parent 2060f50 commit 46dcdc8
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 @@ -103,6 +103,6 @@ parentdir_prefix = "pyrolite-"

[tool.pytest.ini_options]
python_files = "*.py"
addopts = "--cov=pyrolite --cov-report html --cov-report xml --cov-report term-missing --cov-config .coveragerc"
addopts = "--cov=pyrolite --cov-report html --cov-report xml --cov-report term-missing"
testpaths = ["test"]
pythonpath = ["."]

0 comments on commit 46dcdc8

Please sign in to comment.