Add coverage task & integrate with poe check (#4847)

* Add coverage task & integrate with poe check

* Adding workflow

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
Sachin Joglekar
2025-01-02 06:49:18 -08:00
committed by GitHub
parent 8a83262a90
commit ecdade3d3e
10 changed files with 116 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ include = "../../shared_tasks.toml"
[tool.poe.tasks]
test = "pytest -n auto"
coverage = "pytest -n auto --cov=src --cov-report=term-missing --cov-report=xml"
mypy.default_item_type = "cmd"
mypy.sequence = [
"mypy --config-file ../../pyproject.toml --exclude src/autogen_core/application/protos --exclude tests/protos src tests",