komuw / wiji

Wiji is an asyncio distributed task processor/queue.
MIT License
4 stars 1 forks source link

issues/21: fix hooks #25

Closed komuw closed 5 years ago

komuw commented 5 years ago

Thank you for contributing to wiji.
Every contribution to wiji is important.

Contributor offers to license certain software (a “Contribution” or multiple “Contributions”) to wiji, and wiji agrees to accept said Contributions, under the terms of the MIT License. Contributor understands and agrees that wiji shall have the irrevocable and perpetual right to make and distribute copies of any Contribution, as well as to create and distribute collective works and derivative works of any Contribution, under the MIT License.

Now,

What(What have you changed?)

Why(Why did you change it?)

References:

codecov-io commented 5 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.09%. The diff coverage is 77.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   73.66%   73.76%   +0.09%     
==========================================
  Files          14       14              
  Lines         710      747      +37     
==========================================
+ Hits          523      551      +28     
- Misses        187      196       +9
Impacted Files Coverage Δ
cli/cli.py 64.51% <100%> (ø) :arrow_up:
wiji/watchdog.py 86.88% <100%> (ø) :arrow_up:
wiji/logger.py 94.87% <100%> (ø) :arrow_up:
wiji/worker.py 70.27% <100%> (+0.61%) :arrow_up:
wiji/conf.py 81.25% <50%> (-4.47%) :arrow_down:
wiji/hook.py 82.35% <72.72%> (+8.66%) :arrow_up:
wiji/ratelimiter.py 88.88% <75%> (-6.46%) :arrow_down:
wiji/task.py 76.8% <76.92%> (-0.39%) :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 4b13f25...3cda02b. Read the comment docs.