newrelic / go-agent

New Relic Go Agent
Apache License 2.0
762 stars 294 forks source link

Fix for turn nil body into non nil body (issues 822) #823

Closed aayush-ap closed 9 months ago

aayush-ap commented 9 months ago

Fix for issue 822 https://github.com/newrelic/go-agent/issues/822

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (d850ce9) 82.16% compared to head (c44684b) 80.26%. Report is 136 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #823 +/- ## ========================================== - Coverage 82.16% 80.26% -1.90% ========================================== Files 129 139 +10 Lines 11835 12567 +732 ========================================== + Hits 9724 10087 +363 - Misses 1855 2191 +336 - Partials 256 289 +33 ```

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

iamemilio commented 9 months ago

@aayush-ap please rebase on develop

aayush-ap commented 9 months ago

https://github.com/newrelic/go-agent/pull/824