Split session part from user module and add tests for user module#360
Merged
greenbonebot merged 1 commit intomainfrom Apr 2, 2026
Merged
Split session part from user module and add tests for user module#360greenbonebot merged 1 commit intomainfrom
greenbonebot merged 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
===========================================
+ Coverage 30.74% 92.22% +61.48%
===========================================
Files 30 24 -6
Lines 11265 3910 -7355
Branches 994 80 -914
===========================================
+ Hits 3463 3606 +143
+ Misses 7743 266 -7477
+ Partials 59 38 -21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
22fa0da to
9056274
Compare
…dule Splitting the session part from the user into an own module allows to drastically reduce the dependencies of the credentials module. Also add tests for the user module to ensure the functions work as expected.
9056274 to
a018e29
Compare
ozgen
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Split session part from user module and add tests for user module
Why
Splitting the session part from the user into an own module allows to drastically reduce the dependencies of the credentials module. Also add tests for the user module to ensure the functions work as expected.
Checklist