plone / guillotina

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

Moved the ASGI logic from ASGIResponse and ASGISimpleResponse to class Response #870

Closed masipcat closed 4 years ago

masipcat commented 4 years ago

Closes https://github.com/plone/guillotina/issues/866

codecov-io commented 4 years ago

Codecov Report

Merging #870 into master will increase coverage by 0.4%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #870     +/-   ##
========================================
+ Coverage    93.6%     94%   +0.4%     
========================================
  Files         333     333             
  Lines       29218   29222      +4     
========================================
+ Hits        27348   27463    +115     
+ Misses       1870    1759    -111
Impacted Files Coverage Δ
guillotina/api/content.py 90.9% <ø> (ø) :arrow_up:
guillotina/tests/test_security.py 100% <100%> (ø) :arrow_up:
guillotina/migrations/__init__.py 44.5% <0%> (-44.4%) :arrow_down:
guillotina/tests/test_commands.py 81.2% <0%> (-18.8%) :arrow_down:
guillotina/utils/content.py 82.3% <0%> (-11.2%) :arrow_down:
guillotina/security/utils.py 92.6% <0%> (-2.2%) :arrow_down:
guillotina/content.py 92.8% <0%> (+0.4%) :arrow_up:
guillotina/db/storages/pg.py 89.2% <0%> (+0.6%) :arrow_up:
guillotina/tests/test_postgres.py 100% <0%> (+0.7%) :arrow_up:
guillotina/tests/fixtures.py 88.9% <0%> (+1.7%) :arrow_up:
... and 6 more