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

removed extraneous line in trace code #8321

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

eukreign
Copy link

This is a very simple, one line change, to delete an extraneous line in celery/app/trace.py.

@codecov
Copy link

codecov bot commented Jun 17, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (f17e630) 87.15% compared to head (bb5d2a6) 87.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8321      +/-   ##
==========================================
- Coverage   87.15%   87.15%   -0.01%     
==========================================
  Files         148      148              
  Lines       18469    18468       -1     
  Branches     3148     3148              
==========================================
- Hits        16097    16096       -1     
  Misses       2094     2094              
  Partials      278      278              
Flag Coverage Δ
unittests 87.12% <ø> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
celery/app/trace.py 98.34% <ø> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -341,7 +341,6 @@ def build_tracer(

loader = loader or app.loader
ignore_result = task.ignore_result
track_started = task.track_started
Copy link
Member

Choose a reason for hiding this comment

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

any extra tests to cover it to avoid any regression?

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.

None yet

2 participants