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

Moved the get_csv method from ScanViewSet to SeriesViewSet. #61

Closed Aharonyn closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (d73e927) into master (e4d0a98) will increase coverage by 0.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   58.93%   59.22%   +0.29%     
==========================================
  Files         155      155              
  Lines        2318     2303      -15     
  Branches      200      198       -2     
==========================================
- Hits         1366     1364       -2     
+ Misses        935      922      -13     
  Partials       17       17              
Impacted Files Coverage Δ
django_mri/urls.py 100.00% <ø> (ø)
django_mri/views/scan.py 81.53% <ø> (+12.78%) :arrow_up:

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 e4d0a98...d73e927. Read the comment docs.