Skip to content

Conversation

@joseph-sentry
Copy link
Contributor

  • clarify the tasks that are simply experimental and not actually meant for use in prod currently
  • remove TAUploadContext type from commit in BaseNotifier constructor type signature: we don't want to have to worry about this case since it's not being used in prod

- clarify the tasks that are simply experimental and not actually meant for use
  in prod currently
- remove TAUploadContext type from commit in BaseNotifier constructor type
  signature: we don't want to have to worry about this case since it's not being
  used in prod
@sentry
Copy link

sentry bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.82%. Comparing base (6a69b86) to head (de6d480).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #512   +/-   ##
=======================================
  Coverage   93.81%   93.82%           
=======================================
  Files        1279     1279           
  Lines       46087    46080    -7     
  Branches     1511     1511           
=======================================
- Hits        43238    43233    -5     
+ Misses       2541     2539    -2     
  Partials      308      308           
Flag Coverage Δ
workerintegration 58.81% <80.00%> (+<0.01%) ⬆️
workerunit 91.14% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codecov-notifications
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@@ -0,0 +1,39 @@
# Experimental Test Analytics Tasks

This module contains an experimental pipeline that mirrors an aspirational Test Analytics (TA) flow. The code is **not** production-ready—each task exists solely for exploration and will evolve substantially before promotion.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this was generated by claude

notifier = TestResultsNotifier(
repo,
upload_context,
upload_context, # TODO: this won't work because test results notifier doesn't currently support the TAUpload Context
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you elaborate on "this won't work"

Should we just comment out the whole param to avoid the footgun?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants