Neoteroi / BlackSheep

Fast ASGI web framework for Python
https://www.neoteroi.dev/blacksheep/
MIT License
1.86k stars 78 forks source link

Add support for route filters #324

Closed RobertoPrevato closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 96.66% and project coverage change: +0.54 :tada:

Comparison is base (c2b3451) 97.37% compared to head (d951192) 97.91%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #324 +/- ## ========================================== + Coverage 97.37% 97.91% +0.54% ========================================== Files 62 64 +2 Lines 5910 6053 +143 ========================================== + Hits 5755 5927 +172 + Misses 155 126 -29 ``` | [Impacted Files](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi) | Coverage Δ | | |---|---|---| | [blacksheep/server/application.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9zZXJ2ZXIvYXBwbGljYXRpb24ucHk=) | `92.18% <68.75%> (-0.90%)` | :arrow_down: | | [blacksheep/common/types.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9jb21tb24vdHlwZXMucHk=) | `90.90% <90.90%> (ø)` | | | [blacksheep/client/session.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9jbGllbnQvc2Vzc2lvbi5weQ==) | `99.57% <100.00%> (-0.02%)` | :arrow_down: | | [blacksheep/common/\_\_init\_\_.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9jb21tb24vX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [blacksheep/server/authentication/oidc.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9zZXJ2ZXIvYXV0aGVudGljYXRpb24vb2lkYy5weQ==) | `100.00% <100.00%> (ø)` | | | [blacksheep/server/controllers.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9zZXJ2ZXIvY29udHJvbGxlcnMucHk=) | `100.00% <100.00%> (ø)` | | | [blacksheep/server/headers/cache.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9zZXJ2ZXIvaGVhZGVycy9jYWNoZS5weQ==) | `100.00% <100.00%> (+48.61%)` | :arrow_up: | | [blacksheep/server/routing.py](https://codecov.io/gh/Neoteroi/BlackSheep/pull/324?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi#diff-YmxhY2tzaGVlcC9zZXJ2ZXIvcm91dGluZy5weQ==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Neoteroi)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.