Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 7c33ec5

Browse files
chore: Add Coveralls to CI
1 parent dad80d3 commit 7c33ec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ pytest-cov = ">=4,<7"
2525
unasync-cli = "^0.0.9"
2626
pytest-asyncio = ">=0.21.1,<0.26.0"
2727
respx = ">=0.20.2,<0.22.0"
28+
coveralls = "^3.3.1"
2829

2930
[tool.pytest.ini_options]
3031
asyncio_mode = "auto"
32+
addopts = tests
3133

3234
[build-system]
3335
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)