newrelic / newrelic-android-agent

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

Backport main into develop #244

Closed ywang-nr closed 2 months ago

ywang-nr commented 2 months ago

NR-239869 Mobile Logging NR-247772 Application Exit Info reporting NR-169834 Background Monitoring NR-266913 setUserID() NR-59017 TicToc time calculation NR-275931 Resolve ANRs in eventStore NR-256169 Resolve exceptionMessage exceed 4096 characters in mobilehandledexception

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 40.13554% with 795 lines in your changes missing coverage. Please review.

Project coverage is 53.52%. Comparing base (be037c7) to head (da7267b). Report is 108 commits behind head on develop.

Files Patch % Lines
...om/newrelic/agent/android/logging/LogReporter.java 0.00% 273 Missing :warning:
...m/newrelic/agent/android/logging/RemoteLogger.java 0.00% 101 Missing :warning:
...m/newrelic/agent/android/logging/LogForwarder.java 0.00% 69 Missing :warning:
...m/newrelic/agent/android/logging/LogReporting.java 8.00% 69 Missing :warning:
...ic/agent/android/harvest/HarvestConfiguration.java 43.75% 23 Missing and 31 partials :warning:
...elic/agent/android/logging/ForwardingAgentLog.java 0.00% 52 Missing :warning:
...main/java/com/newrelic/agent/android/NewRelic.java 73.95% 18 Missing and 7 partials :warning:
...nt/android/instrumentation/LogInstrumentation.java 30.55% 22 Missing and 3 partials :warning:
...ava/com/newrelic/agent/android/logging/Logger.java 0.00% 17 Missing :warning:
...newrelic/agent/android/ApplicationExitMonitor.java 87.05% 7 Missing and 4 partials :warning:
... and 25 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #244 +/- ## ============================================= - Coverage 54.32% 53.52% -0.80% - Complexity 2960 3146 +186 ============================================= Files 306 324 +18 Lines 15434 16531 +1097 Branches 1680 1814 +134 ============================================= + Hits 8385 8849 +464 - Misses 6172 6733 +561 - Partials 877 949 +72 ```

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

cdillard-NewRelic commented 2 months ago

Also the check has failed but it appears to be Code Coverage related.