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

Added a simpler way to access the environment variable for BOKEH_URL. #29

Closed Aharonyn closed 4 years ago

ZviBaratz commented 4 years ago

It seems like APP_IP needs to be added to the test_settings in order for the tox to pass.

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   81.72%   81.87%   +0.14%     
==========================================
  Files          76       76              
  Lines         985      982       -3     
  Branches       63       62       -1     
==========================================
- Hits          805      804       -1     
+ Misses        164      163       -1     
+ Partials       16       15       -1     
Impacted Files Coverage Δ
django_mri/views/scan.py 80.64% <100.00%> (+2.18%) :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 7deee16...143b3c1. Read the comment docs.

ZviBaratz commented 4 years ago

:sparkles: