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 Failing SKLearn Test #1159

Closed TimPansino closed 3 months ago

TimPansino commented 3 months ago

Overview

github-actions[bot] commented 3 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ PYTHON bandit 1 1 5.09s
✅ PYTHON black 4 1 0 0.88s
✅ PYTHON flake8 4 0 0.47s
✅ PYTHON isort 4 1 0 0.2s
✅ PYTHON pylint 4 0 3.54s

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

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.66%. Comparing base (7f2374d) to head (b387a7f).

Files Patch % Lines
newrelic/core/environment.py 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1159 +/- ## ========================================== - Coverage 81.68% 81.66% -0.03% ========================================== Files 193 193 Lines 21333 21334 +1 Branches 3716 3717 +1 ========================================== - Hits 17426 17422 -4 - Misses 2824 2827 +3 - Partials 1083 1085 +2 ```

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