feat: Track Upload Sent events for Coverage/BA/TA#1162
feat: Track Upload Sent events for Coverage/BA/TA#1162spalmurray-codecov merged 8 commits intomainfrom
Conversation
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 #1162 +/- ##
=======================================
Coverage 95.88% 95.88%
=======================================
Files 493 493
Lines 16851 16857 +6
=======================================
+ Hits 16157 16163 +6
Misses 694 694
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
❌ 75 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
bba4d0b to
6a3bb45
Compare
55bc911 to
156631e
Compare
joseph-sentry
left a comment
There was a problem hiding this comment.
generally lgtm but just a couple questions
156631e to
947a19d
Compare
947a19d to
2074673
Compare
This reverts commit b43c765.
✅ Sentry found no issues in your recent changes ✅ |
Adds event tracking of 'Upload Sent' events for Coverage, Bundles, and test results.
It seems in some cases commit may not have an author set during TA/BA ingest. In these cases we've decided to attribute the events to a special anonymous user that has a special user id constant in shared.
Note that we are using
commit.idinstead of the commit sha because a full commit sha is functionally identifiable information (for public repos at least). No reason to use this when we have an internal id that does the same thing but is only useful to us.