Skip to content
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(Arq): fix integration with Worker settings as a dict #3742

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

saber-solooki
Copy link
Contributor

Fix #3741

@saber-solooki saber-solooki changed the title Fix(Arq): fix integration with Worker settings is dict Fix(Arq): fix integration with Worker settings as a dict Nov 5, 2024
sl0thentr0py and others added 3 commits November 6, 2024 17:30

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@sl0thentr0py sl0thentr0py added the Trigger: tests using secrets PR code is safe; run CI label Nov 6, 2024
Copy link
Member

@sl0thentr0py sl0thentr0py left a comment

Choose a reason for hiding this comment

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

ty @saber-solooki makes sense!

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.38%. Comparing base (24e5359) to head (2432c5f).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3742   +/-   ##
=======================================
  Coverage   84.37%   84.38%           
=======================================
  Files         136      136           
  Lines       14370    14375    +5     
  Branches     2417     2422    +5     
=======================================
+ Hits        12125    12130    +5     
  Misses       1495     1495           
  Partials      750      750           
Files with missing lines Coverage Δ
sentry_sdk/integrations/arq.py 91.80% <100.00%> (+0.35%) ⬆️

... and 2 files with indirect coverage changes

@sl0thentr0py sl0thentr0py merged commit c2dfbcc into getsentry:master Nov 6, 2024
136 of 139 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trigger: tests using secrets PR code is safe; run CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arq integration fails when worker setting is dict
2 participants