Move MyPy type preciseness reporting to Coveralls#240
Merged
Conversation
The MyPy cobertura report is now uploaded to Coveralls instead of Codecov, matching the convention adopted by aio-libs/multidict and aio-libs/frozenlist. Closes aio-libs#239 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bdraco
reviewed
May 18, 2026
Member
|
Looks like a faithful port of aio-libs/multidict#1231 |
bdraco
approved these changes
May 18, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #240 +/- ##
==========================================
+ Coverage 97.72% 99.54% +1.81%
==========================================
Files 17 10 -7
Lines 881 439 -442
Branches 44 17 -27
==========================================
- Hits 861 437 -424
+ Misses 12 2 -10
+ Partials 8 0 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrates the MyPy type preciseness coverage report from Codecov to Coveralls, matching the convention adopted by aio-libs/multidict (#1231) and aio-libs/frozenlist (#758). Pytest coverage continues to be uploaded to Codecov.
Closes #239
Changes
.codecov.yml: drop thetypingflag entry undercoverage.status.projectand decrementafter_n_buildsfrom 20 to 19 (lint job no longer uploads to Codecov)..github/workflows/ci-cd.yml: stop wiringCODECOV_TOKENinto the reusable linters workflow..github/workflows/reusable-linters.yml: drop thecodecov-tokeninput and replace thecodecov/codecov-action@v6step withcoverallsapp/github-action@v2(cobertura format,MyPyflag, debug/measure gated onrunner.debug).CHANGES/239.contrib.rst: changelog fragment documenting the move.Test plan
CODECOV_TOKEN.after_n_builds: 19).Generated by Kōan /implement
Quality Report
Changes: 4 files changed, 14 insertions(+), 18 deletions(-)
Code scan: clean
Tests: failed (FAILED)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline