Remove RLock from Requester#2446
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2446 +/- ##
==========================================
- Coverage 98.77% 98.77% -0.01%
==========================================
Files 117 117
Lines 11674 11671 -3
==========================================
- Hits 11531 11528 -3
Misses 143 143
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
You need the Fixes in the commit body for GitHub to automatically close the issues, once that's done we can merge this. |
The "Fixes" in the pull request description do as well. |
|
I will admit I've been waiting for @dblanchette to chime in here, but let's move on. |

Each process is refreshing its own copy of the token individually, with or without lock.
Fixes #2436.
Fixes #2430.