Test: Add code coverage reporting to CI (#12874)

### What problem does this PR solve?

Add code coverage reporting to CI

### Type of change

- [x] Test (please describe): coverage report

---------

Co-authored-by: Liu An <asiro@qq.com>
This commit is contained in:
Haipeng LI
2026-01-30 14:49:16 +08:00
committed by GitHub
parent 87305cb08c
commit e385b19d67
3 changed files with 105 additions and 8 deletions

View File

@ -172,6 +172,7 @@ test = [
"requests>=2.32.2",
"requests-toolbelt>=1.0.0",
"pycryptodomex==3.20.0",
"codecov>=2.1.13",
]
[[tool.uv.index]]