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(patch): [sc-11802] Redesign client side pipeline management. #75

Merged
merged 8 commits into from
Jul 25, 2024

Conversation

ser-0xff
Copy link
Contributor

Description

Redesign client side pipeline management.

How Has This Been Tested?

Unit tests.

Minimal checklist:

  • I have performed a self-review of my own code
  • I have added DocC code-level documentation for any public interfaces exported by the package
  • I have added unit and/or integration tests that prove my fix is effective or that my feature works

@ser-0xff ser-0xff requested review from mr-swifter and dimlio July 24, 2024 09:22
Copy link

codecov bot commented Jul 24, 2024

Codecov Report

Attention: Patch coverage is 56.73759% with 61 lines in your changes missing coverage. Please review.

Project coverage is 70.92%. Comparing base (09a917e) to head (78ecd3c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   70.12%   70.92%   +0.80%     
==========================================
  Files          29       29              
  Lines        3912     3868      -44     
==========================================
  Hits         2743     2743              
+ Misses       1169     1125      -44     
Files Coverage Δ
Sources/DistributedSystem/DistributedSystem.swift 76.69% <100.00%> (-0.07%) ⬇️
Sources/DistributedSystem/ChannelHandshake.swift 61.82% <77.27%> (+2.59%) ⬆️
Sources/DistributedSystem/ChannelCompression.swift 58.06% <52.54%> (+4.76%) ⬆️
Files Coverage Δ
Sources/DistributedSystem/DistributedSystem.swift 76.69% <100.00%> (-0.07%) ⬇️
Sources/DistributedSystem/ChannelHandshake.swift 61.82% <77.27%> (+2.59%) ⬆️
Sources/DistributedSystem/ChannelCompression.swift 58.06% <52.54%> (+4.76%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 09a917e...78ecd3c. Read the comment docs.

Copy link

github-actions bot commented Jul 24, 2024

@ser-0xff ser-0xff merged commit 68a3efc into main Jul 25, 2024
8 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants