Closed jasonjkeller closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.66%. Comparing base (
464aa44
) to head (a1d3370
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves https://github.com/newrelic/newrelic-java-agent/issues/1752
Fixes the issue that was preventing us from updating the
cross_agent_tests
and pulls in the latest updates from that repo (which we have been blocked on since the agent repo was open sourced).Fixes a few tests that were failing after being updated.
The
attribute_java_only.json
file has been deleted as it doesn't exist in thecross_agent_tests
repo and we didn't have any tests actually running against it. If we ever wanted to add tests we could recreate the file in theuncross_agent_tests
directory.