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

Remove message based feedback. #1085

Closed umaannamalai closed 6 months ago

umaannamalai commented 6 months ago

This PR removes message based feedback in favor of trace based feedback in #1083

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 5 0 5.75s
✅ PYTHON black 8 0 0 2.0s
✅ PYTHON flake8 8 0 0.85s
✅ PYTHON isort 8 0 0 0.32s
✅ PYTHON pylint 8 0 8.87s

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

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.86%. Comparing base (b200fb0) to head (249eb38). Report is 54 commits behind head on develop-ai-limited-preview-3.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-ai-limited-preview-3 #1085 +/- ## ================================================================ - Coverage 81.87% 81.86% -0.02% ================================================================ Files 192 192 Lines 21151 21275 +124 Branches 3710 3711 +1 ================================================================ + Hits 17317 17416 +99 - Misses 2773 2785 +12 - Partials 1061 1074 +13 ```

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