galacean / engine

A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
https://galacean.antgroup.com/
MIT License
4.04k stars 288 forks source link

Test for diff 2d pipeline #2116

Closed GuoLei1990 closed 2 weeks ago

GuoLei1990 commented 2 weeks ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 81.02190% with 182 lines in your changes missing coverage. Please review.

Please upload report for BASE (dev/1.3@2fd95b2). Learn more about missing BASE report.

:exclamation: Current head c1279b6 differs from pull request most recent head 4182577

Please upload reports for the commit 4182577 to get more accurate results.

Files Patch % Lines
packages/core/src/RenderPipeline/RenderQueue.ts 57.44% 25 Missing and 15 partials :warning:
packages/core/src/RenderPipeline/MaskManager.ts 35.29% 22 Missing :warning:
...ges/core/src/RenderPipeline/BasicRenderPipeline.ts 68.18% 13 Missing and 1 partial :warning:
packages/core/src/2d/text/TextRenderer.ts 89.60% 8 Missing and 5 partials :warning:
packages/core/src/RenderPipeline/PrimitiveChunk.ts 87.37% 7 Missing and 6 partials :warning:
...ages/core/src/2d/assembler/TiledSpriteAssembler.ts 92.10% 9 Missing :warning:
...ges/core/src/2d/assembler/SlicedSpriteAssembler.ts 77.14% 8 Missing :warning:
packages/core/src/RenderPipeline/BatchUtils.ts 70.37% 6 Missing and 2 partials :warning:
...ckages/core/src/RenderPipeline/SubRenderElement.ts 57.89% 8 Missing :warning:
...ckages/core/src/shadow/CascadedShadowCasterPass.ts 0.00% 7 Missing :warning:
... and 14 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev/1.3 #2116 +/- ## ========================================== Coverage ? 68.48% ========================================== Files ? 461 Lines ? 23835 Branches ? 3512 ========================================== Hits ? 16324 Misses ? 6213 Partials ? 1298 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.