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

View Parser Plugin Decomposition #413

Merged
merged 2 commits into from
Jul 29, 2024

Merge branch 'main' into view-parser-plugin-decomposition

6b54598
Select commit
Loading
Failed to load commit list.
Merged

View Parser Plugin Decomposition #413

Merge branch 'main' into view-parser-plugin-decomposition
6b54598
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 26, 2024 in 0s

91.93% (+0.08%) compared to 81061cf

View this Pull Request on Codecov

91.93% (+0.08%) compared to 81061cf

Details

Codecov Report

Attention: Patch coverage is 96.33508% with 14 lines in your changes missing coverage. Please review.

Project coverage is 91.93%. Comparing base (81061cf) to head (6b54598).

Files Patch % Lines
core/player/src/view/plugins/applicability.ts 92.30% 3 Missing ⚠️
core/player/src/view/plugins/asset.ts 92.85% 3 Missing ⚠️
core/player/src/view/plugins/multi-node.ts 97.26% 2 Missing ⚠️
core/player/src/view/plugins/switch.ts 97.53% 1 Missing and 1 partial ⚠️
core/player/src/view/plugins/template.ts 94.73% 2 Missing ⚠️
plugins/async-node/core/src/index.ts 93.54% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #413      +/-   ##
==========================================
+ Coverage   91.84%   91.93%   +0.08%     
==========================================
  Files         338      340       +2     
  Lines       26831    26826       -5     
  Branches     1941     1942       +1     
==========================================
+ Hits        24644    24663      +19     
+ Misses       2173     2149      -24     
  Partials       14       14              

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