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

chore: allow validation tasks to run manually (workflow dispatch) #172

Closed cthomas-newrelic closed 7 months ago

cthomas-newrelic commented 7 months ago

android.yml and codecov.yml now respond to feature branches

codecov[bot] commented 7 months ago

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (8d93505) 53.45% compared to head (0ef1338) 53.61%. Report is 10 commits behind head on develop.

Files Patch % Lines
...lic/agent/android/ClassTransformWrapperTask.groovy 0.00% 26 Missing :warning:
...ic/agent/android/stores/SharedPrefsEventStore.java 73.52% 8 Missing and 1 partial :warning:
...om/newrelic/agent/android/NewRelicExtension.groovy 0.00% 9 Missing :warning:
...newrelic/agent/android/VariantConfiguration.groovy 0.00% 6 Missing :warning:
...elic/agent/android/analytics/EventManagerImpl.java 78.57% 2 Missing and 1 partial :warning:
...newrelic/agent/android/NewRelicGradlePlugin.groovy 0.00% 2 Missing :warning:
...ent/android/analytics/AnalyticsControllerImpl.java 80.00% 0 Missing and 1 partial :warning:
...a/com/newrelic/agent/compile/ClassTransformer.java 80.00% 1 Missing :warning:
...m/newrelic/agent/compile/InvocationDispatcher.java 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #172 +/- ## ============================================= + Coverage 53.45% 53.61% +0.15% - Complexity 2884 2905 +21 ============================================= Files 304 305 +1 Lines 15151 15237 +86 Branches 1629 1643 +14 ============================================= + Hits 8099 8169 +70 - Misses 6213 6224 +11 - Partials 839 844 +5 ```

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