-
-
Notifications
You must be signed in to change notification settings - Fork 243
fix(eslint-plugin-template): [prefer-self-closing-tags] resolve wrong reports when structural directive + no content + no self-closing #2287
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
Conversation
329ccc4
to
c9c8682
Compare
…directive + no content + no closing tag
View your CI Pipeline Execution ↗ for commit d3594a2.
☁️ Nx Cloud last updated this comment at |
Thanks a lot for this @g-drouard, whenever you update unit tests you need to regen the docs with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2287 +/- ##
==========================================
+ Coverage 92.32% 92.33% +0.01%
==========================================
Files 181 181
Lines 3362 3367 +5
Branches 684 685 +1
==========================================
+ Hits 3104 3109 +5
Misses 200 200
Partials 58 58
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Thank you @g-drouard! |
Fixes #2280
Regression from #2256