Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deny delete creation #14

Merged
merged 3 commits into from
Apr 27, 2024

Conversation

ilteoood
Copy link
Contributor

Hi Luciano,
since deny is one of the last thing to be used before returning a response, with this PR I would like to delay its creation as long as we can in order to avoid always creating it for valid token.

Copy link

codecov bot commented Apr 27, 2024

Codecov Report

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

Project coverage is 90.87%. Comparing base (fb08600) to head (78e5473).

Files Patch % Lines
src/handler.rs 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   90.88%   90.87%   -0.01%     
==========================================
  Files           9        9              
  Lines         922      921       -1     
==========================================
- Hits          838      837       -1     
  Misses         84       84              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lmammino
Copy link
Owner

Really good idea! Thanks for this awesome contribution @ilteoood <3

@lmammino lmammino merged commit efbac0c into lmammino:main Apr 27, 2024
3 of 4 checks passed
@ilteoood ilteoood deleted the chore/delay-deny-creation branch April 27, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants