sanic-org / sanic

Accelerate your web app development | Build fast. Run fast.
https://sanic.dev
MIT License
18.11k stars 1.55k forks source link

Run ruff with some changes #2932

Closed ahopkins closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 36.84211% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 88.134%. Comparing base (acb29c9) to head (b741458). Report is 1 commits behind head on main.

Files Patch % Lines
sanic/blueprints.py 0.000% 0 Missing and 6 partials :warning:
sanic/app.py 33.333% 0 Missing and 2 partials :warning:
sanic/models/protocol_types.py 0.000% 0 Missing and 2 partials :warning:
sanic/signals.py 0.000% 0 Missing and 1 partial :warning:
sanic/touchup/schemes/base.py 0.000% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2932 +/- ## ============================================= + Coverage 88.039% 88.134% +0.094% ============================================= Files 94 94 Lines 7433 7408 -25 Branches 1283 1307 +24 ============================================= - Hits 6544 6529 -15 + Misses 622 592 -30 - Partials 267 287 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.