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

Fix strawberry tests #1182

Closed umaannamalai closed 3 months ago

umaannamalai commented 3 months ago

strawberry v0.236.0 included internal structure changes which requires previous imports to be updated

github-actions[bot] commented 3 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 2 0 0 0.72s
✅ PYTHON flake8 2 0 0.29s
✅ PYTHON isort 2 0 0 0.19s
✅ PYTHON pylint 2 0 1.83s

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

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

Project coverage is 81.66%. Comparing base (47581e9) to head (068d0f4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1182 +/- ## ========================================== - Coverage 81.66% 81.66% -0.01% ========================================== Files 196 196 Lines 21696 21696 Branches 3789 3789 ========================================== - Hits 17718 17717 -1 Misses 2880 2880 - Partials 1098 1099 +1 ```

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