newrelic / newrelic-android-agent

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

[NR-168456] Exception handling around classTransformer #140

Closed ywang-nr closed 1 year ago

ywang-nr commented 1 year ago

Bug fix: https://issues.newrelic.com/browse/NR-168456

codecov[bot] commented 1 year ago

Codecov Report

Merging #140 (2972e95) into develop (8b8a37c) will decrease coverage by 0.06%. The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             develop     #140      +/-   ##
=============================================
- Coverage      53.20%   53.15%   -0.06%     
- Complexity      2854     2855       +1     
=============================================
  Files            303      303              
  Lines          15075    15089      +14     
  Branches        1622     1622              
=============================================
- Hits            8021     8020       -1     
- Misses          6223     6239      +16     
+ Partials         831      830       -1     
Files Coverage Δ
...lic/agent/android/ClassTransformWrapperTask.groovy 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ywang-nr commented 1 year ago

Now we have code coverage checks, and tis could be a touch case to test. Can the c/c checks be disabled for now? Getting a reproduction case will inform adding useful tests.

Squash please.

I could disable codecov for plugin if we don't want it.