Skip to content

Commit

Permalink
AB#549 Explicitly specified --cov-config for pytest to workaround ran…
Browse files Browse the repository at this point in the history
…dom errors

nedbat/coveragepy#512
  • Loading branch information
Chroxvi committed Mar 8, 2024
1 parent b362b33 commit 6271ddc
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 @@ -48,7 +48,7 @@ cotainr = "cotainr.cli:main" # Create a /bin script for the cotainr CLI

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -l --cov --cov-report=term-missing --cov-report=html"
addopts = "-ra -l --cov --cov-config=pyproject.toml --cov-report=term-missing --cov-report=html"
testpaths = ["cotainr/tests"]
junit_suite_name = "cotainr_test_suite"
markers = [
Expand Down

0 comments on commit 6271ddc

Please sign in to comment.