Skip to content

Commit

Permalink
Update coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris committed Sep 11, 2024
1 parent f221dec commit c1a4418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.covcheck.group.unit.coverage]
branch = 40.0
line = 60.0
branch = 26.0
line = 65.0

[tool.covcheck.group.service.coverage]
branch = 50.0
line = 70.0
branch = 30.0
line = 67.0

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down

0 comments on commit c1a4418

Please sign in to comment.