Uh oh!
There was an error while loading. Please reload this page.
feat(RetryScheduler): add more options for scheduling executor - #115
Conversation
ReenigneArcher
commented
Oct 7, 2024
I need to fix the coverage before this gets merged. Sorry. |
I tried fixing coverage in #117, but it's still not working. On codecov I see this, only for macOS. I believe this is ultimately some issue with gcovr. https://github.com/LizardByte/libdisplaydevice/actions/runs/11308010612/job/31450387472#step:11:75 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #115 +/- ##
==========================================
+ Coverage 94.31% 94.35% +0.04%
==========================================
Files 34 34 Lines 1988 2003 +15 Branches 1029 1038 +9 ==========================================
+ Hits 1875 1890 +15 + Misses 51 49 -2 - Partials 62 64 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|





Description
Added more options for scheduling the executor function.
It is a breaking change in a sense that function call has to be adapted, so I dunno if it still counts...
Type of Change
.github/...)Checklist