-
Notifications
You must be signed in to change notification settings - Fork 54
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
analyse command #284
analyse command #284
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #284 +/- ##
==========================================
- Coverage 61.67% 60.84% -0.84%
==========================================
Files 140 141 +1
Lines 4063 4119 +56
==========================================
Hits 2506 2506
- Misses 1557 1613 +56 ☔ View full report in Codecov by Sentry. |
be4e183
to
1319406
Compare
@cragod Hello! Is this pull request still actual?
|
@swiftyfinch hi, I still think this command is useful. We have already implemented the ability for developers to use CI cache through The changes in this branch have been working well in our small-scale tests. After I'm done with my current work, I'll take some time to refactor it (including rebasing and implementing it as a subcommand). Let me know if you have any new ideas. |
03ff8eb
to
4445445
Compare
4445445
to
c7cb4eb
Compare
Hello @cragod! I'm sorry to say that I'm not yet ready to incorporate it into the original 🏈 Rugby version at this time. Right now, you can use the Also, I'd like to thank you for sharing your idea with me. |
Description
This is a draft of the
analyse
command which I used for debugging the ref issue, it is an extension based onwarmup —analyse
, which I believe is useful. And it could be extended to stages beyond hashing. For example:I hope this suggestion sparks some ideas.
References
https://github.com/swiftyfinch/Rugby/issues/278
Checklist (I have ...)
make lint
and fixed all warningsmake test
and fixed all tests❤️ Thanks for contributing to the 🏈 Rugby!