-
Notifications
You must be signed in to change notification settings - Fork 10
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
Only request a single RepoProvider in Notify task #827
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #827 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 441 441
Lines 36087 36042 -45
==========================================
- Hits 35376 35330 -46
- Misses 711 712 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #827 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 441 441
Lines 36087 36042 -45
==========================================
- Hits 35376 35330 -46
- Misses 711 712 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #827 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 441 441
Lines 36087 36042 -45
==========================================
- Hits 35376 35330 -46
- Misses 711 712 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #827 +/- ##
==========================================
- Coverage 98.02% 98.02% -0.01%
==========================================
Files 441 441
Lines 36087 36042 -45
==========================================
- Hits 35376 35330 -46
- Misses 711 712 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Previously, the Notify task would get a repo provider token multiple times. In the task itself, in the `ComparisonProxy`, and in each one of the configured checks. This will now make sure to only get the repo provider once, and thread it through to all of its use-sites.
a2b6737
to
1c9d875
Compare
5a37708
to
124c78f
Compare
Previously, the Notify task would get a repo provider token multiple times. In the task itself, in the
ComparisonProxy
, and in each one of the configured checks.This will now make sure to only get the repo provider once, and thread it through to all of its use-sites.
Fixes part of codecov/engineering-team#2760