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

Tests #20

Closed Aharonyn closed 4 years ago

Aharonyn commented 4 years ago

Leads to 80% coverage, for now.

codecov[bot] commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 20.56%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #20       +/-   ##
===========================================
+ Coverage   62.16%   82.73%   +20.56%     
===========================================
  Files          61       73       +12     
  Lines         748      805       +57     
  Branches       41       40        -1     
===========================================
+ Hits          465      666      +201     
+ Misses        277      132      -145     
- Partials        6        7        +1     
Flag Coverage Δ
#unittests 82.73% <66.66%> (+20.56%) :arrow_up:
Impacted Files Coverage Δ
django_mri/models/scan.py 87.37% <ø> (+6.12%) :arrow_up:
django_mri/urls.py 100.00% <ø> (ø)
django_mri/analysis/analysis_definitions.py 90.47% <66.66%> (+90.47%) :arrow_up:
django_mri/utils/compression.py 94.73% <0.00%> (-5.27%) :arrow_down:
django_mri/analysis/specifications/fsl/bet.py 100.00% <0.00%> (ø)
django_mri/interfaces/__init__.py 100.00% <0.00%> (ø)
django_mri/analysis/specifications/fsl/fsl_anat.py 100.00% <0.00%> (ø)
django_mri/analysis/specifications/fsl/flirt.py 100.00% <0.00%> (ø)
django_mri/analysis/specifications/fsl/susan.py 100.00% <0.00%> (ø)
...ri/analysis/specifications/freesurfer/recon_all.py 100.00% <0.00%> (ø)
... and 23 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 6fc4b4d...2010c6f. Read the comment docs.