DataDog / dd-sdk-android-gradle-plugin

The Datadog Gradle Plugin for Android
Apache License 2.0
14 stars 9 forks source link

Fix CI visibility integration #209

Closed 0xnm closed 9 months ago

0xnm commented 9 months ago

What does this PR do?

Java agent wasn't attached to the tests run, because we are not using Android tests here, but just plain JVM tests.

Review checklist (to be filled by reviewers)

codecov-commenter commented 9 months ago

Codecov Report

Merging #209 (475492c) into develop (965856f) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #209 +/- ## ========================================== Coverage 86.05% 86.05% Complexity 181 181 ========================================== Files 21 21 Lines 588 588 Branches 78 78 ========================================== Hits 506 506 Misses 55 55 Partials 27 27 ```