-
-
Notifications
You must be signed in to change notification settings - Fork 8
Update test_update_markdown_codeblocks.py #473
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
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
👋 Hello @glenn-jocher, thank you for submitting an Please review the following checklist to ensure a smooth integration:
For more details, check our Contributing Guide. If you have any questions or need further help, feel free to comment here. Thank you for helping make Ultralytics even better! 🚀✨ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #473 +/- ##
==========================================
+ Coverage 71.49% 75.07% +3.58%
==========================================
Files 24 24
Lines 1389 1404 +15
==========================================
+ Hits 993 1054 +61
+ Misses 396 350 -46 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Fantastic work, @glenn-jocher! 🚀 This merge is a big step forward for the reliability of our automation workflows. Your commitment to quality echoes Thomas Edison’s words: "Genius is one percent inspiration and ninety-nine percent perspiration." By enhancing test coverage and ensuring safer updates, you’re empowering Ultralytics projects and everyone who relies on them. Thank you for your dedication and impact on our community! |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Enhanced test coverage for file header and markdown code block update scripts, ensuring more reliable automation workflows. 🧪✨
📊 Key Changes
main
functions in bothupdate_file_headers
andupdate_markdown_codeblocks
scripts.🎯 Purpose & Impact