newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Fix implementation title for the zio modules #1781

Closed obenkenobi closed 8 months ago

obenkenobi commented 8 months ago

The zio instrumentation modules have the wrong implementation titles. This PR simply fixes that so the ZIO 1 and ZIO 2 modules are compiled correctly

obenkenobi commented 8 months ago

This is an add on to a previous PR: https://github.com/newrelic/newrelic-java-agent/pull/1778

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 69.99%. Comparing base (085996e) to head (6e1151b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1781 +/- ## ============================================ - Coverage 70.85% 69.99% -0.86% + Complexity 9943 9844 -99 ============================================ Files 826 826 Lines 39868 39868 Branches 6040 6040 ============================================ - Hits 28249 27907 -342 - Misses 8890 9275 +385 + Partials 2729 2686 -43 ```

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