newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
178 stars 102 forks source link

Celery Instrumentation Cleanup #1128

Closed TimPansino closed 7 months ago

TimPansino commented 7 months ago

Overview

github-actions[bot] commented 7 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 5.39s
✅ PYTHON black 8 0 0 2.16s
✅ PYTHON flake8 8 0 1.09s
✅ PYTHON isort 8 0 0 0.36s
✅ PYTHON pylint 8 0 6.27s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 72.41379% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 81.74%. Comparing base (3b46fad) to head (399f6da).

Files Patch % Lines
newrelic/hooks/application_celery.py 72.41% 6 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1128 +/- ## ========================================== - Coverage 81.77% 81.74% -0.04% ========================================== Files 192 192 Lines 21303 21300 -3 Branches 3707 3706 -1 ========================================== - Hits 17420 17411 -9 - Misses 2806 2813 +7 + Partials 1077 1076 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.