chore: potential fix for code quality finding#13802
Conversation
…mplate.html from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Tests completed successfully ✅Good job 🔥 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13802 +/- ##
=======================================
Coverage 60.79% 60.79%
=======================================
Files 983 983
Lines 12732 12732
Branches 1963 1988 +25
=======================================
Hits 7740 7740
+ Misses 4785 4709 -76
- Partials 207 283 +76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BundleMonUnchanged files (2)
Total files change +1B 0% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
|
Visit the preview URL for this PR (updated for commit 7f0f421): https://taiga-previews-demo--pr13802-ai-findings-autofix-proje-zbu19krb.web.app (expires Thu, 09 Apr 2026 18:57:38 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
Playwright test results
Details
Flaky testschromium › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts › PieChart › should be show hints on charts Skipped testschromium › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll to "tui-doc-example" |
The template reference 'plain' is defined inside the @for loop, making it unavailable for the first iteration and potentially causing runtime errors. Move the ng-template definition outside the @for loop to ensure it's accessible for all iterations.