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 lowercase formatting in unix socket #4

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

SerafimArts
Copy link
Contributor

@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #4 (9b49b3d) into master (2ddd4d0) will increase coverage by 0.98%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #4      +/-   ##
============================================
+ Coverage     84.03%   85.01%   +0.98%     
  Complexity      105      105              
============================================
  Files             8        8              
  Lines           263      267       +4     
============================================
+ Hits            221      227       +6     
+ Misses           42       40       -2     
Flag Coverage Δ Complexity Δ
php 85.01% <100.00%> (+0.98%) 0.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
src/Relay.php 92.10% <100.00%> (+0.67%) 15.00 <0.00> (ø)
src/SocketRelay.php 83.13% <100.00%> (+0.20%) 34.00 <0.00> (ø)
src/RPC/Codec/MsgpackCodec.php 100.00% <0.00%> (+13.33%) 7.00% <0.00%> (ø%)

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 2ddd4d0...9b49b3d. Read the comment docs.

@SerafimArts SerafimArts merged commit 3258892 into master Mar 11, 2021
@SerafimArts SerafimArts deleted the hotfix/connection-modification branch June 9, 2021 17:47
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.

Unexpected relay "connection" modification
2 participants