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

feat: Pre-emptively decode binary literals #889

Merged
merged 4 commits into from
Nov 12, 2024

fix literal.helpers.test.ts

e84fa44
Select commit
Loading
Failed to load commit list.
Merged

feat: Pre-emptively decode binary literals #889

fix literal.helpers.test.ts
e84fa44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 11, 2024 in 0s

54.62% (-0.15%) compared to d1dc889

View this Pull Request on Codecov

54.62% (-0.15%) compared to d1dc889

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 59 lines in your changes missing coverage. Please review.

Project coverage is 54.62%. Comparing base (d1dc889) to head (e84fa44).

Files with missing lines Patch % Lines
...es/oss-console/src/common/decodeMsgPackLiterals.ts 0.00% 35 Missing ⚠️
...ges/oss-console/src/components/Literals/helpers.ts 72.97% 20 Missing ⚠️
...s/Executions/ExecutionDetails/ExecutionNodeURL.tsx 0.00% 2 Missing ⚠️
packages/oss-console/src/App/index.tsx 0.00% 1 Missing ⚠️
.../Executions/ExecutionDetails/ExecutionMetadata.tsx 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #889      +/-   ##
==========================================
- Coverage   54.76%   54.62%   -0.15%     
==========================================
  Files         584      585       +1     
  Lines       15291    15316      +25     
  Branches     2798     2801       +3     
==========================================
- Hits         8374     8366       -8     
- Misses       6917     6950      +33     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.