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

Session #54

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

Made some modifications, mostly to better accommodate the FE.

ZviBaratz commented 3 years ago

:warning: @Aharonyn

codecov[bot] commented 3 years ago

Codecov Report

Merging #54 (1e457fe) into master (45bc156) will increase coverage by 0.32%. The diff coverage is 88.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   61.26%   61.59%   +0.32%     
==========================================
  Files         140      141       +1     
  Lines        2073     2109      +36     
  Branches      174      175       +1     
==========================================
+ Hits         1270     1299      +29     
- Misses        786      793       +7     
  Partials       17       17              
Impacted Files Coverage Δ
django_mri/admin.py 80.55% <ø> (ø)
django_mri/analysis/specifications/fsl/bet.py 100.00% <ø> (ø)
django_mri/views/scan.py 80.95% <ø> (ø)
django_mri/views/utils.py 42.85% <50.00%> (+5.35%) :arrow_up:
django_mri/filters/session_filter.py 100.00% <100.00%> (ø)
django_mri/serializers/__init__.py 100.00% <100.00%> (ø)
django_mri/serializers/input/scan_input.py 100.00% <100.00%> (ø)
django_mri/serializers/scan.py 80.00% <100.00%> (+1.73%) :arrow_up:
django_mri/serializers/session.py 100.00% <100.00%> (ø)
django_mri/serializers/utils.py 100.00% <100.00%> (ø)
... and 2 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 45bc156...1e457fe. Read the comment docs.