-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
various enhancements #43
Conversation
Code Coverage Summary
Diff against main
Results for commit: 8a41033 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 4 suites 2s ⏱️ Results for commit 8a41033. ♻️ This comment has been updated with latest results. |
@averissimo please have a look if you can but this is not urgent |
CLA Assistant Lite bot ✅ All contributors have signed the CLA |
I have read the CLA Document and I hereby sign the CLA |
I have read the CLA Document and I hereby sign the CLA |
I'm testing my changes here: https://github.com/insightsengineering/teal.data/actions/workflows/scheduled.yaml?query=branch%3Aenhancements |
This works for most cases, We could bump |
I just did that (insightsengineering/teal.data@63e5b4b) and it all passed -> https://github.com/insightsengineering/teal.data/actions/runs/9093304868 One great outcome of this PR is that it's a little bit faster when binaries were used. The aforementioned successful run took 6m 24s whereas the latest finished one - 9m 16s. This is ready for review. |
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.
The enhancements are very nice!
I suggested some extra cleanup. I can take care of it
The binary preference on cohort
and isolate
is quite interesting and will speed up the actions as well as avoid weird problems 👍
I have all 19 local branches that have Also detected that
These packages have |
Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com>
Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com>
Thanks. Would you able to open PRs for these? I just pushed changes with regards to the review comments. Unfortunately this is still WIP as the tests are failing. I will continue on this tomorrow |
Unit Test Performance DifferenceAdditional test case details
Results for commit 62e964c ♻️ This comment has been updated with latest results. |
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.
This is a step ahead. Great work!
these are various enhancements that I have collected over a time of running verdepcheck on our codebase. That includes:
get_ref_release
will not return early but rather collects candidates and return ref for which ver is the maximum ver over candidatesget_release_date.remote_ref_github
will use pkgdepends to resolve ref and get commit sha and reach GH with that sha