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:
Dave Henton 2026-03-18 09:09:59 -05:00
parent 4cae5d8e41
commit b0af472bec
No known key found for this signature in database
3 changed files with 142 additions and 2 deletions

View file

@ -59,6 +59,7 @@ tests = [
"asgiref",
"greenlet",
"pytest",
"pytest-cov",
"python-dotenv",
]
typing = [