newrelic / newrelic-python-agent

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

Fix Celery Instrumentation for Workers #1133

Closed TimPansino closed 4 months ago

TimPansino commented 4 months ago

Overview

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 5.55s
✅ PYTHON black 5 3 0 2.09s
❌ PYTHON flake8 5 3 1.07s
✅ PYTHON isort 5 4 0 0.31s
✅ PYTHON pylint 5 0 6.55s

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 4 months ago

Codecov Report

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

Project coverage is 81.71%. Comparing base (df2b159) to head (2a88b39).

Files Patch % Lines
newrelic/hooks/application_celery.py 70.37% 3 Missing and 5 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1133 +/- ## ========================================== - Coverage 81.74% 81.71% -0.03% ========================================== Files 192 192 Lines 21304 21323 +19 Branches 3706 3710 +4 ========================================== + Hits 17415 17425 +10 - Misses 2813 2819 +6 - Partials 1076 1079 +3 ```

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