-
Notifications
You must be signed in to change notification settings - Fork 29
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
440 add split file example #442
Conversation
…ers which cannot preprocess indented preprocessor lines.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #442 +/- ##
=======================================
Coverage 91.96% 91.96%
=======================================
Files 85 85
Lines 13644 13644
=======================================
Hits 12548 12548
Misses 1096 1096 ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #442 +/- ##
==========================================
- Coverage 91.99% 91.96% -0.03%
==========================================
Files 85 85
Lines 13678 13644 -34
==========================================
- Hits 12583 12548 -35
- Misses 1095 1096 +1 ☔ View full report in Codecov by Sentry. |
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 this addition Joerg, it's nice. I'm happy with everything although it made me realise that we still need to do #279 (add a CI workflow to run the examples). We could also do with adding a section on the examples to the documentation. However, neither of those things are part of this PR.
Ready for review. I have used this script to divide a driver back into the original files, and found it very convenient, esp. the fact that it creates a Makefile with dependencies etc.