-
Notifications
You must be signed in to change notification settings - Fork 29
Add upload-coverage to regex for Auth #1003
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
❌ 56 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 56 Tests Failed:
View the top 3 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
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 #1003 +/- ##
=======================================
Coverage 96.04% 96.05%
=======================================
Files 828 828
Lines 19211 19256 +45
=======================================
+ Hits 18452 18497 +45
Misses 759 759
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
adrian-codecov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, assuming you tested the regex online 👌. Also missing ling
Pushed an extra fix on top of this since the previous one won't retain commitid |
Purpose/Motivation
The new endpoint
upload/<service>/<slug>/upload-coveragedoes not follow the regexupload/<service>/<slug>/commits/..., which is used in for example:upload/<service>/<slug>/commits/<commit-sha>upload/<service>/<slug>/commits/<commit-sha>/report/<report-code>upload/<service>/<slug>/commits/<commit-sha>/report/<report-code>/upload)and this fix adds
upload-coverageto the regex to correct auth behaviour for the new endpoint.Links to relevant tickets
What does this PR do?
Include a brief description of the changes in this PR. Bullet points are your friend.
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.