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

Changed BOKEH_URL to depend on the environment varbiables APP_MODE #23

Closed Aharonyn closed 4 years ago

Aharonyn commented 4 years ago

and APP_IP. Modified the migration to run tests properly.

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.16%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   82.73%   82.57%   -0.17%     
==========================================
  Files          73       73              
  Lines         805      809       +4     
  Branches       40       41       +1     
==========================================
+ Hits          666      668       +2     
- Misses        132      133       +1     
- Partials        7        8       +1     
Flag Coverage Δ
#unittests 82.57% <50.00%> (-0.17%) :arrow_down:
Impacted Files Coverage Δ
django_mri/views/scan.py 78.46% <50.00%> (-1.87%) :arrow_down:

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 262835b...ddd5dd8. Read the comment docs.