-
-
Notifications
You must be signed in to change notification settings - Fork 225
fix: don't crash when file is removed from a templated .gitignore
#1886
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
fix: don't crash when file is removed from a templated .gitignore
#1886
Conversation
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.
Thanks for contributing this fix, @fresh2dev! 🙏 Looks great! I have only a few minor remarks.
6f0b953
to
a55bcf2
Compare
Thanks for the review! I pushed the requested changes. 🤙 |
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.
Sorry for the slow review cycles. 😞 I have one more question regarding the test case.
a55bcf2
to
89e2404
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1886 +/- ##
==========================================
+ Coverage 97.76% 97.77% +0.01%
==========================================
Files 49 49
Lines 5232 5261 +29
==========================================
+ Hits 5115 5144 +29
Misses 117 117
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:
|
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.
LGTM! 🎉 Thank you very much for this contribution, @fresh2dev! 🙏
Thanks for the review, and for helping support this game-changing solution 🙏 🚀 |
resolves #1773