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

Add auth_key for session classes #134

Merged
merged 1 commit into from
Aug 3, 2021
Merged

Conversation

Zapix
Copy link
Owner

@Zapix Zapix commented Aug 3, 2021

closes #129

@Zapix Zapix self-assigned this Aug 3, 2021
@codecov
Copy link

codecov bot commented Aug 3, 2021

Codecov Report

Merging #134 (cdaa7b6) into dev (e16041f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #134   +/-   ##
=======================================
  Coverage   99.32%   99.32%           
=======================================
  Files         197      197           
  Lines        5602     5628   +26     
=======================================
+ Hits         5564     5590   +26     
  Misses         38       38           
Flag Coverage Δ
unittests 99.32% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mtpylon/middlewares/set_session_id.py 100.00% <100.00%> (ø)
mtpylon/sessions/in_memory_session_storage.py 100.00% <100.00%> (ø)
mtpylon/sessions/session_event.py 100.00% <100.00%> (ø)
mtpylon/sessions/session_storage_protocol.py 100.00% <100.00%> (ø)
mtpylon/sessions/session_subject.py 100.00% <100.00%> (ø)
tests/test_middlewares/test_session_id.py 100.00% <100.00%> (ø)
...ts/test_sessions/test_in_memory_session_storage.py 100.00% <100.00%> (ø)
tests/test_sessions/test_session_subject.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e16041f...cdaa7b6. Read the comment docs.

@Zapix Zapix merged commit 8b8a1da into dev Aug 3, 2021
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.

Add auth key for session manager
1 participant