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

Fix #4186 #4190

Merged
merged 3 commits into from
May 10, 2021
Merged

Fix #4186 #4190

merged 3 commits into from
May 10, 2021

Conversation

matyhtf
Copy link
Member

@matyhtf matyhtf commented May 8, 2021

No description provided.

@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #4190 (9f05325) into master (63a47f8) will increase coverage by 0.05%.
The diff coverage is 83.33%.

❗ Current head 9f05325 differs from pull request most recent head 404e52a. Consider uploading reports for the commit 404e52a to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4190      +/-   ##
==========================================
+ Coverage   50.13%   50.18%   +0.05%     
==========================================
  Files          71       71              
  Lines       14266    14266              
==========================================
+ Hits         7152     7160       +8     
+ Misses       7114     7106       -8     
Impacted Files Coverage Δ
src/core/channel.cc 71.84% <83.33%> (ø)
src/os/wait.cc 74.11% <0.00%> (-7.06%) ⬇️
src/server/port.cc 50.27% <0.00%> (+0.27%) ⬆️
src/os/async_thread.cc 69.29% <0.00%> (+0.43%) ⬆️
src/os/process_pool.cc 60.63% <0.00%> (+2.93%) ⬆️

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 63a47f8...404e52a. Read the comment docs.

@matyhtf matyhtf merged commit ca775ae into master May 10, 2021
@matyhtf matyhtf deleted the fix-4186 branch May 10, 2021 03:21
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.

How to exit swoole safely using Ctrl+C / 如何用Ctrl+C安全地退出Swoole
1 participant