VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Added LIKE wildcards on FIND #49

Closed mmaelicke closed 4 years ago

mmaelicke commented 4 years ago

closes #33 Still needs a e2e-test (or adjustment of existing) to test wildcard find syntax

codecov[bot] commented 4 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.95%. The diff coverage is 72.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   45.87%   46.83%   +0.95%     
==========================================
  Files          45       45              
  Lines        1626     1657      +31     
==========================================
+ Hits          746      776      +30     
- Misses        880      881       +1     
Flag Coverage Δ
#e2e 46.83% <72.34%> (+0.95%) :arrow_up:
Impacted Files Coverage Δ
metacatalog/api/find.py 48.22% <62.85%> (+6.42%) :arrow_up:
metacatalog/test/test_api_add_find.py 100.00% <100.00%> (ø)
metacatalog/models/entry.py 45.62% <0.00%> (+0.62%) :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 f330d65...04d713e. Read the comment docs.