Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: add php-pcntl as dependency to composer #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TonisOrmisson
Copy link
Contributor

got an exeption in one system from here

pcntl_signal(SIGTERM, $signalHandler);
pcntl_signal(SIGINT, $signalHandler);

@codecov
Copy link

codecov bot commented Jan 26, 2018

Codecov Report

Merging #81 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   70.21%   70.22%   +<.01%     
==========================================
  Files          15       15              
  Lines         695      628      -67     
==========================================
- Hits          488      441      -47     
+ Misses        207      187      -20
Impacted Files Coverage Δ
...rc/Behaviors/ActiveRecordDeferredEventBehavior.php 38.88% <0%> (-1.47%) ⬇️
...viors/ActiveRecordDeferredEventRoutingBehavior.php 89.47% <0%> (-1.01%) ⬇️
src/Behaviors/DeferredEventBehavior.php 66.66% <0%> (-0.61%) ⬇️
src/Queues/MemoryQueue.php 84.61% <0%> (-0.57%) ⬇️
src/Queues/RedisQueue.php 85.71% <0%> (-0.5%) ⬇️
src/Queue.php 83.87% <0%> (-0.46%) ⬇️
src/Strategies/Strategy.php 45% <0%> (-0.46%) ⬇️
src/Queues/DbQueue.php 86.66% <0%> (-0.22%) ⬇️
src/Behaviors/DeferredEventHandler.php 100% <0%> (ø) ⬆️
src/Behaviors/DeferredEventRoutingBehavior.php 100% <0%> (ø) ⬆️
... and 4 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 9007970...10a5213. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant