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

ShaderLab support MRT #2452

Merged
merged 32 commits into from
Dec 24, 2024

feat: rename

e0ec460
Select commit
Loading
Failed to load commit list.
Merged

ShaderLab support MRT #2452

feat: rename
e0ec460
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2024 in 0s

68.92% (+0.61%) compared to 4167e83

View this Pull Request on Codecov

68.92% (+0.61%) compared to 4167e83

Details

Codecov Report

Attention: Patch coverage is 91.10651% with 86 lines in your changes missing coverage. Please review.

Project coverage is 68.92%. Comparing base (4167e83) to head (e0ec460).
Report is 14 commits behind head on dev/1.4.

Files with missing lines Patch % Lines
e2e/case/shaderLab-mrt.ts 0.00% 26 Missing and 1 partial ⚠️
packages/shader-lab/src/codeGen/GLES100.ts 61.90% 16 Missing ⚠️
packages/shader-lab/src/parser/AST.ts 95.38% 9 Missing ⚠️
packages/shader-lab/src/codeGen/VisitorContext.ts 75.86% 7 Missing ⚠️
...shader-lab/src/contentParser/ContentSymbolTable.ts 81.81% 6 Missing ⚠️
e2e/config.ts 0.00% 5 Missing ⚠️
packages/shader-lab/src/codeGen/GLES300.ts 93.24% 5 Missing ⚠️
packages/shader-lab/src/codeGen/GLESVisitor.ts 88.88% 5 Missing ⚠️
packages/shader-lab/src/codeGen/CodeGenVisitor.ts 96.42% 2 Missing ⚠️
packages/shader-lab/src/ParserUtils.ts 75.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@             Coverage Diff             @@
##           dev/1.4    #2452      +/-   ##
===========================================
+ Coverage    68.30%   68.92%   +0.61%     
===========================================
  Files          908      921      +13     
  Lines        94510    95512    +1002     
  Branches      7936     8112     +176     
===========================================
+ Hits         64557    65832    +1275     
+ Misses       29703    29427     -276     
- Partials       250      253       +3     

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