plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Changes in ICatalogUtility, DefaultSearchUtility and @search endpoints #930

Closed masipcat closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #930 into master will decrease coverage by 0.1%. The diff coverage is 84%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #930     +/-   ##
========================================
- Coverage    94.5%   94.5%   -<.1%     
========================================
  Files         333     333             
  Lines       29429   29442     +13     
========================================
+ Hits        27794   27804     +10     
- Misses       1635    1638      +3
Impacted Files Coverage Δ
guillotina/catalog/catalog.py 83.9% <100%> (ø) :arrow_up:
guillotina/interfaces/catalog.py 100% <100%> (ø) :arrow_up:
guillotina/api/search.py 96% <75%> (-2%) :arrow_down:
guillotina/contrib/catalog/pg.py 81.6% <85.8%> (+0.1%) :arrow_up:
masipcat commented 4 years ago

I'm fixing guillotina_elasticsearch tests and I prefer to not merge this until I'm sure this changes works and we don't need to change it again ;)