Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4757 +/- ##
=======================================
Coverage 84.76% 84.77%
=======================================
Files 158 158
Lines 16323 16323
Branches 2792 2792
=======================================
+ Hits 13837 13838 +1
+ Misses 1671 1670 -1
Partials 815 815 |
There was a problem hiding this comment.
Bug: Tox Environment Mismatch in CI
The CI workflow attempts to run py${{ matrix.python-version }}-asyncpg-latest tests. However, the asyncpg-latest tox environment no longer exists after migrating to auto-generated toxgen configuration, which only creates specific versioned targets. This causes the CI job to fail.
.github/workflows/test-integrations-dbs.yml#L70-L79
sentry-python/.github/workflows/test-integrations-dbs.yml
Lines 70 to 79 in 84328bd
.github/workflows/test-integrations-dbs.yml#L94-L97
sentry-python/.github/workflows/test-integrations-dbs.yml
Lines 94 to 97 in 84328bd
Ref #4506