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 duration=0 & stream disabled bugs #1096

Closed hmstepanek closed 8 months ago

hmstepanek commented 8 months ago

Overview

Fix the following bugs in openai:

github-actions[bot] commented 8 months ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.71s
✅ PYTHON black 3 0 0 1.19s
✅ PYTHON flake8 3 0 0.62s
✅ PYTHON isort 3 0 0 0.27s
✅ PYTHON pylint 3 0 4.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 8 months ago

Codecov Report

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

Project coverage is 81.84%. Comparing base (b950070) to head (edc2664). Report is 9 commits behind head on develop-ai-limited-preview-3.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-ai-limited-preview-3 #1096 +/- ## ================================================================ - Coverage 81.86% 81.84% -0.02% ================================================================ Files 192 192 Lines 21253 21253 Branches 3711 3707 -4 ================================================================ - Hits 17398 17394 -4 Misses 2783 2783 - Partials 1072 1076 +4 ```

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