chore: make codecov/project wait for all uploads#508
Conversation
The default `wait_for_ci` doesn't seem to do its job properly.. since the `codecov/project` action currently races to false after the first uploads it seems. Even though it recovers once all uploads were done, with this change it just waits for the reporting until all uploads are done.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a configuration setting to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v0.42-dev #508 +/- ##
=============================================
+ Coverage 66.85% 66.87% +0.01%
=============================================
Files 313 313
Lines 64775 64775
=============================================
+ Hits 43306 43317 +11
+ Misses 21469 21458 -11
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
The default `wait_for_ci` doesn't seem to do its job properly.. since the `codecov/project` action currently races to false after the first uploads it seems. Even though it recovers once all uploads were done, with this change it just waits for the reporting until all uploads are done.
The default
wait_for_cidoesn't seem to do its job properly.. since thecodecov/projectaction currently races to false after the first uploads it seems. Even though it recovers once all uploads were done, with this change it just waits for the reporting until all uploads are done.Summary by CodeRabbit