Add Qlty code coverage reporting to CI
Add pytest-cov to test dependencies and configure the Python 3.13 matrix entry to generate coverage data. Upload coverage reports to Qlty Cloud using the official GitHub Action. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4cae5d8e41
commit
b0af472bec
3 changed files with 142 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ tests = [
|
|||
"asgiref",
|
||||
"greenlet",
|
||||
"pytest",
|
||||
"pytest-cov",
|
||||
"python-dotenv",
|
||||
]
|
||||
typing = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue