fhir-py
fhir-py copied to clipboard
Persistent session support
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.
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.