-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
1315 fix failed pipelines #1337
Conversation
Code Coverage Summary
Diff against main
Results for commit: 6ce76e4 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 25 suites 8m 34s ⏱️ Results for commit 6ce76e4. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Results for commit 1ca4f1f ♻️ This comment has been updated with latest results. |
Thanks for the update, however, the
Need to find out why there are failing. |
For the release it is expected that thig might not work when a package depends on a DEV (non-released) version of a package |
revdepcheck might be fixed after changed in revdepcheck in here insightsengineering/setup-r-dependencies#4 |
Restared the revdepcheck in here https://github.com/insightsengineering/teal/actions/runs/10666737833 |
Still something wrong with revdepcheck that I don't understand |
restarted the check for R-Hub https://github.com/insightsengineering/teal/actions/runs/11162647649 |
restarted the check for revdepcheck as well https://github.com/insightsengineering/teal/actions/runs/11162670917 |
Restarted the dependency test: As expected, max and released pipeline failed because teal depends on DEV version on some of the dependencies. |
The referenced changes are generally speaking for everything except verdepcheck which has its own dependency installation logic (based on well... the VERsions of DEPendencies) |
Yep, those changes are for other builds, not verdepcheck. Let me explain that during today's DAILY |
Close #1315