quantmind / pulsar

Event driven concurrent framework for Python
BSD 3-Clause "New" or "Revised" License
1.87k stars 162 forks source link

task context #298

Closed lsbardel closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #298 into release will increase coverage by 1.25%. The diff coverage is 91.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           release    #298      +/-   ##
==========================================
+ Coverage    84.85%   86.1%   +1.25%     
==========================================
  Files          139     132       -7     
  Lines        15696   15074     -622     
==========================================
- Hits         13319   12980     -339     
+ Misses        2377    2094     -283
Impacted Files Coverage Δ
pulsar/apps/greenio/__init__.py 100% <ø> (ø) :arrow_up:
pulsar/async/futures.py 81.05% <ø> (ø) :arrow_up:
pulsar/apps/http/client.py 90% <ø> (+0.6%) :arrow_up:
pulsar/apps/wsgi/wrappers.py 76.38% <ø> (ø) :arrow_up:
pulsar/utils/lib.py 66.66% <0%> (-3.93%) :arrow_down:
pulsar/utils/pylib/events.py 97.08% <100%> (+3.62%) :arrow_up:
pulsar/apps/wsgi/content.py 89.66% <100%> (+1.53%) :arrow_up:
pulsar/api.py 100% <100%> (ø) :arrow_up:
pulsar/apps/greenio/utils.py 84% <25%> (-2.96%) :arrow_down:
pulsar/utils/context.py 95.18% <95.18%> (ø)
... and 13 more

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 fc84f0f...f89acb4. Read the comment docs.