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: add e2e and unitest case

79f87b2
Select commit
Loading
Failed to load commit list.
Merged

ShaderLab support MRT #2452

feat: add e2e and unitest case
79f87b2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2024 in 0s

67.75% (+0.03%) compared to cfe8c34

View this Pull Request on Codecov

67.75% (+0.03%) compared to cfe8c34

Details

Codecov Report

Attention: Patch coverage is 81.37536% with 65 lines in your changes missing coverage. Please review.

Project coverage is 67.75%. Comparing base (cfe8c34) to head (79f87b2).
Report is 73 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 62.06% 11 Missing ⚠️
packages/shader-lab/src/codeGen/CodeGenVisitor.ts 82.50% 7 Missing ⚠️
packages/shader-lab/src/codeGen/VisitorContext.ts 69.56% 7 Missing ⚠️
e2e/config.ts 0.00% 5 Missing ⚠️
packages/shader-lab/src/codeGen/GLESVisitor.ts 70.58% 5 Missing ⚠️
packages/shader-lab/src/codeGen/GLES300.ts 94.44% 2 Missing ⚠️
packages/shader-lab/src/parser/AST.ts 99.23% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           dev/1.4    #2452      +/-   ##
===========================================
+ Coverage    67.71%   67.75%   +0.03%     
===========================================
  Files          902      908       +6     
  Lines        93861    94271     +410     
  Branches      7825     7869      +44     
===========================================
+ Hits         63561    63874     +313     
- Misses       30051    30145      +94     
- Partials       249      252       +3     

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