TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

Genral updates to the admin site and session management. #110

Closed ZviBaratz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #110 (00498e1) into master (38666ab) will decrease coverage by 0.49%. The diff coverage is 40.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   47.13%   46.63%   -0.50%     
==========================================
  Files         180      182       +2     
  Lines        3208     3388     +180     
  Branches      300      313      +13     
==========================================
+ Hits         1512     1580      +68     
- Misses       1674     1786     +112     
  Partials       22       22              
Impacted Files Coverage Δ
...ngo_mri/analysis/automation/anatomical/messages.py 0.00% <ø> (ø)
...ri/analysis/automation/cat12_segmentation/utils.py 0.00% <0.00%> (ø)
...terfaces/matlab/spm/cat12/segmentation/defaults.py 0.00% <ø> (ø)
...lysis/interfaces/yalab/mutual_information_score.py 0.00% <0.00%> (ø)
.../analysis/specifications/spm/cat12/segmentation.py 100.00% <ø> (ø)
django_mri/urls.py 100.00% <ø> (ø)
django_mri/views/scan.py 53.84% <7.69%> (-9.05%) :arrow_down:
django_mri/models/scan.py 63.20% <26.66%> (-1.22%) :arrow_down:
django_mri/admin.py 48.96% <30.76%> (-1.71%) :arrow_down:
...ango_mri/plots/session/measurement_distribution.py 34.48% <34.48%> (ø)
... and 8 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 38666ab...00498e1. Read the comment docs.

ZviBaratz commented 3 years ago

Resolves #102.