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(#96): add SecureSession to Serinus #103

Merged
merged 4 commits into from
Oct 31, 2024
Merged

feat(#96): add SecureSession to Serinus #103

merged 4 commits into from
Oct 31, 2024

Conversation

francescovallone
Copy link
Owner

Description

Add a Fastify secure session-like in serinus

Fixes #96

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 98.21429% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.94%. Comparing base (b51d450) to head (de6ec3b).
Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
...ackages/serinus/lib/src/contexts/base_context.dart 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #103      +/-   ##
===========================================
+ Coverage    90.67%   90.94%   +0.26%     
===========================================
  Files           79       80       +1     
  Lines         2981     3025      +44     
===========================================
+ Hits          2703     2751      +48     
+ Misses         278      274       -4     

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

@francescovallone francescovallone merged commit 5d1dfbb into develop Oct 31, 2024
6 checks passed
@francescovallone francescovallone deleted the feat/96 branch October 31, 2024 22:19
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.

1 participant