Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Dldict #30

Merged
merged 7 commits into from
Apr 14, 2021
Merged

Dldict #30

merged 7 commits into from
Apr 14, 2021

Conversation

rohe
Copy link
Collaborator

@rohe rohe commented Mar 24, 2021

Dictionary-like class that can dump and load instances of different classes as values.

@codecov-io
Copy link

codecov-io commented Mar 24, 2021

Codecov Report

Merging #30 (4c3c63b) into develop (d139f1f) will decrease coverage by 0.44%.
The diff coverage is 63.22%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #30      +/-   ##
===========================================
- Coverage    67.19%   66.75%   -0.45%     
===========================================
  Files           19       20       +1     
  Lines         2597     2725     +128     
===========================================
+ Hits          1745     1819      +74     
- Misses         852      906      +54     
Impacted Files Coverage Δ
src/oidcmsg/storage/__init__.py 56.66% <ø> (ø)
src/oidcmsg/storage/abfile.py 0.00% <0.00%> (ø)
src/oidcmsg/storage/absqlalchemy.py 0.00% <0.00%> (ø)
src/oidcmsg/storage/db_setup.py 0.00% <0.00%> (ø)
src/oidcmsg/storage/extension.py 0.00% <0.00%> (ø)
src/oidcmsg/storage/init.py 0.00% <0.00%> (ø)
src/oidcmsg/item.py 55.95% <55.95%> (ø)
src/oidcmsg/oauth2/__init__.py 65.38% <61.90%> (ø)
src/oidcmsg/impexp.py 79.43% <70.49%> (-14.22%) ⬇️
src/oidcmsg/oidc/__init__.py 83.11% <72.82%> (ø)
... and 11 more

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 d139f1f...4c3c63b. Read the comment docs.

@rohe rohe requested a review from peppelinux March 24, 2021 08:18
@rohe
Copy link
Collaborator Author

rohe commented Mar 24, 2021

Typical usage is for service and endpoint dictionaries.

@peppelinux peppelinux merged commit 23c3017 into develop Apr 14, 2021
@rohe rohe deleted the dldict branch April 15, 2021 06:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants