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

Fixup bedrock null types #1099

Closed hmstepanek closed 6 months ago

hmstepanek commented 6 months ago

Replace "" with None since attributes with None values are now dropped.

github-actions[bot] commented 6 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.75s
✅ PYTHON black 1 0 0 0.8s
✅ PYTHON flake8 1 0 0.52s
✅ PYTHON isort 1 0 0 0.14s
✅ PYTHON pylint 1 0 3.04s

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 (b950070) to head (1925468). Report is 7 commits behind head on develop-ai-limited-preview-3.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-ai-limited-preview-3 #1099 +/- ## ============================================================= Coverage 81.86% 81.86% ============================================================= Files 192 192 Lines 21253 21204 -49 Branches 3711 3703 -8 ============================================================= - Hits 17398 17359 -39 + Misses 2783 2775 -8 + Partials 1072 1070 -2 ```

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