newrelic / newrelic-android-agent

SDK to enable instrumentation of Android mobile apps in New Relic
Apache License 2.0
13 stars 11 forks source link

[NR-215504} Jar meta inf rewriting - test updates #196

Closed cthomas-newrelic closed 5 months ago

cthomas-newrelic commented 5 months ago

Update plugin integration tests to use AGP7 variant adapter. Tis required increasing the agent's compileSdk value to 30. All affected tests were updated.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 53.58%. Comparing base (1a9bf04) to head (3a637f5). Report is 1 commits behind head on develop.

Files Patch % Lines
...y/com/newrelic/agent/android/VariantAdapter.groovy 0.00% 4 Missing :warning:
...om/newrelic/agent/android/agp7/AGP70Adapter.groovy 0.00% 4 Missing :warning:
...oovy/com/newrelic/agent/android/BuildHelper.groovy 0.00% 1 Missing :warning:
...com/newrelic/agent/android/agp4/AGP4Adapter.groovy 0.00% 1 Missing :warning:
...om/newrelic/agent/android/agp7/AGP74Adapter.groovy 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #196 +/- ## ============================================= - Coverage 53.58% 53.58% -0.01% - Complexity 2937 2938 +1 ============================================= Files 306 306 Lines 15393 15393 Branches 1675 1675 ============================================= - Hits 8249 8248 -1 - Misses 6286 6288 +2 + Partials 858 857 -1 ```

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