tdfischer / organizer

The answer is to get organized.
GNU Affero General Public License v3.0
17 stars 5 forks source link

lib: filter-ast: fix crash when an undefined filter is passed in #93

Closed tdfischer closed 6 years ago

tdfischer commented 6 years ago

Fixes: EBF-ORGANIZER-3J Fixes: #92

codecov[bot] commented 6 years ago

Codecov Report

Merging #93 into master will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   60.49%   60.43%   -0.06%     
==========================================
  Files         123      123              
  Lines        2772     2773       +1     
  Branches      300      301       +1     
==========================================
- Hits         1677     1676       -1     
- Misses       1069     1070       +1     
- Partials       26       27       +1
Flag Coverage Δ
#node 56.65% <100%> (+0.04%) :arrow_up:
#python 62.37% <ø> (-0.11%) :arrow_down:
Impacted Files Coverage Δ
assets/js/lib/filter-ast.js 100% <100%> (ø) :arrow_up:
crm/models.py 76.28% <0%> (-2.07%) :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 bf85841...2aacbec. Read the comment docs.