-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix: isGithubRateLimited can return null #728
Conversation
Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time. ❌ Failed Test Results:Completed 2263 tests with View the full list of failed testspytest
|
1 similar comment
Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time. ❌ Failed Test Results:Completed 2263 tests with View the full list of failed testspytest
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #728 +/- ##
================================================
+ Coverage 96.02000 96.04000 +0.02000
================================================
Files 814 814
Lines 18407 18496 +89
================================================
+ Hits 17676 17765 +89
Misses 731 731
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@ajay-sentry I was getting this on my local environment yesterday. I spoke with Rohit and it sounds like this should never return null. If it is, there is a problem elsewhere. I'll send u our thread on Slack. That said, I'm pretty concerned about this because the symptom on my local app was gazebo wouldn't load at all. Hopefully so many users are not having that experience 😬 |
@spalmurray-codecov it shouldn't be null yeaaaah, mmmm is your local api/worker/staging using the latest shared/built using the latest? If you see the error, it sources from an error being thrown because the customer doesn't have a valid token, so I guess we could interpret that as either false or null. Sounds like the resolver needs a try/except |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Purpose/Motivation
Saw this on my App, hook returning internal server error.
Should hopefully fix these sentry issues
Notes to Reviewer
Anything to note to the team? Any tips on how to review, or where to start?
Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.