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

Single-point for reading container configuration #242

Merged
merged 7 commits into from
Oct 11, 2023

Minor RF of `get_container_configuration()`

8c6dba5
Select commit
Loading
Failed to load commit list.
Merged

Single-point for reading container configuration #242

Minor RF of `get_container_configuration()`
8c6dba5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2023 in 1s

94.75% (+0.05%) compared to c505e52

View this Pull Request on Codecov

94.75% (+0.05%) compared to c505e52

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (c505e52) 94.69% compared to head (8c6dba5) 94.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
+ Coverage   94.69%   94.75%   +0.05%     
==========================================
  Files          25       25              
  Lines        1093     1105      +12     
==========================================
+ Hits         1035     1047      +12     
  Misses         58       58              
Files Coverage Δ
datalad_container/containers_add.py 89.80% <100.00%> (+0.13%) ⬆️
datalad_container/containers_list.py 95.74% <100.00%> (-0.81%) ⬇️
datalad_container/containers_remove.py 97.50% <100.00%> (ø)
datalad_container/containers_run.py 84.84% <ø> (ø)
datalad_container/tests/test_containers.py 100.00% <100.00%> (ø)
datalad_container/tests/test_run.py 100.00% <100.00%> (ø)
datalad_container/utils.py 96.15% <100.00%> (+10.43%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.