falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

Some more typing for Request/Response classes #2205

Closed davetapley closed 2 months ago

davetapley commented 9 months ago

Summary of Changes

Just a few types.

Related Issues

1820

codecov[bot] commented 9 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 99.94%. Comparing base (4910dd7) to head (b6f62c3). Report is 43 commits behind head on master.

Files Patch % Lines
falcon/request.py 20.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2205 +/- ## =========================================== - Coverage 100.00% 99.94% -0.06% =========================================== Files 62 62 Lines 6880 6887 +7 Branches 1099 1101 +2 =========================================== + Hits 6880 6883 +3 - Misses 0 2 +2 - Partials 0 2 +2 ```

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

vytas7 commented 2 months ago

Superseded by #2271. We will credit your work by Co-authored-by:.