-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
refactor: drop pyyaml-include
dependency and reimplement relevant features
#1541
Conversation
423f307
to
6c3553c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1541 +/- ##
==========================================
- Coverage 97.48% 97.36% -0.13%
==========================================
Files 48 48
Lines 4568 4585 +17
==========================================
+ Hits 4453 4464 +11
- Misses 115 121 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6c3553c
to
2eaaad2
Compare
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.
Awesome!
Let me add some tests to get rid of the two ❌, they don't look good. 😆 |
cd2d23d
to
801d547
Compare
801d547
to
ba684d0
Compare
@pawamoy Sorry about the frequent force-pushes. I couldn't decide on test case names ... 😆 |
ba684d0
to
15b4fcf
Compare
Testing pays off ... ☝️ 😆 |
I think we're good now. Merging ... 🚀 |
I've dropped the
pyyaml-include
dependency and reimplemented the features we use in Copier, which are just a subset of whatpyyaml-include
offers.Resolves #1398.