D-PLACE / dplace-legacy

D-PLACE: Database of Places, Language, Culture and Environment (OLD)
https://d-place.org/
MIT License
21 stars 4 forks source link

JS tests for VariableSearchCtrl, fix bug in search for 'all' values, simplify some code #586

Closed stefelisabeth closed 6 years ago

stefelisabeth commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #586 into master will increase coverage by 3.05%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
+ Coverage   70.33%   73.39%   +3.05%     
==========================================
  Files          41       41              
  Lines        2545     2533      -12     
==========================================
+ Hits         1790     1859      +69     
+ Misses        755      674      -81
Impacted Files Coverage Δ
...ace_app/static/js/controllers/search/geographic.js 100% <ø> (ø) :arrow_up:
..._app/static/js/controllers/search/environmental.js 100% <ø> (+11.11%) :arrow_up:
dplace_app/static/js/models.js 100% <100%> (ø) :arrow_up:
dplace_app/api_views.py 95.33% <100%> (-0.09%) :arrow_down:
...place_app/static/js/controllers/search/variable.js 94.02% <83.33%> (+92.64%) :arrow_up:
...place_app/static/js/controllers/search/cultural.js 100% <0%> (+92.85%) :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 5ca6bd8...39e2da1. Read the comment docs.

xrotwang commented 6 years ago

@Bibiko are you going to deploy these changes to the production server?

Bibiko commented 6 years ago

@xrotwang not yet - why you're asking?

xrotwang commented 6 years ago

@Bibiko I find it more difficult to diagnose and debug issues with the production site when the deployed code isn't HEAD.