Skip to content

Conversation

@jason-ford-codecov
Copy link
Contributor

@jason-ford-codecov jason-ford-codecov commented Nov 18, 2025

This adds bundle analysis so I can separate the queues

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.


Note

Adds a Celery task route for bundle_analysis tasks and updates tests to expect it.

  • Celery config:
    • Add route app.tasks.bundle_analysis.* in BaseCeleryConfig.task_routes, queue configurable via setup.tasks.bundle_analysis.queue (defaults to task_default_queue).
  • Tests:
    • Update test_celery_config expected task_routes keys to include app.tasks.bundle_analysis.*.

Written by Cursor Bugbot for commit 4d5f58c. This will update automatically on new commits. Configure here.

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 18, 2025

CodSpeed Performance Report

Merging #573 will not alter performance

Comparing fix/bundle-queues (4d5f58c) with main (99048c6)1

Summary

✅ 9 untouched

Footnotes

  1. No successful run was found on main (507a065) during the generation of this report, so 99048c6 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@sentry
Copy link

sentry bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.85%. Comparing base (5341c2f) to head (4d5f58c).
⚠️ Report is 6 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   93.85%   93.85%           
=======================================
  Files        1284     1284           
  Lines       46428    46428           
  Branches     1524     1524           
=======================================
  Hits        43574    43574           
  Misses       2545     2545           
  Partials      309      309           
Flag Coverage Δ
apiunit 96.54% <ø> (ø)
sharedintegration 38.73% <ø> (ø)
sharedunit 88.78% <ø> (ø)
workerintegration 58.57% <ø> (ø)
workerunit 91.17% <ø> (ø)

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-notifications bot commented Nov 18, 2025

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!

@jason-ford-codecov jason-ford-codecov added this pull request to the merge queue Nov 18, 2025
Merged via the queue into main with commit aa50839 Nov 18, 2025
55 checks passed
@jason-ford-codecov jason-ford-codecov deleted the fix/bundle-queues branch November 18, 2025 23:48
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