fhir-py icon indicating copy to clipboard operation
fhir-py copied to clipboard

Persistent session support

Open pavlushkin opened this issue 2 years ago • 1 comments

pavlushkin avatar Oct 04 '23 19:10 pavlushkin

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0467a84) 97.48% compared to head (24812a6) 97.50%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   97.48%   97.50%   +0.01%     
==========================================
  Files           8        8              
  Lines         717      722       +5     
==========================================
+ Hits          699      704       +5     
  Misses         18       18              
Flag Coverage Δ
unittests 97.50% <100.00%> (+0.01%) :arrow_up:

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 04 '23 20:10 codecov-commenter

Good feature. I suggest actualize it and get it merged. The only thing that looks confusing to me is naming - http_session, I suggest renaming it to just session or aiohttp_session or client_session.

ruscoder avatar Jan 22 '25 22:01 ruscoder