mannodermaus / android-junit5

Testing with JUnit 5 for Android.
Apache License 2.0
859 stars 52 forks source link

Fix Jacoco misconfiguration by changing the destination DSL #347

Closed mannodermaus closed 1 month ago

mannodermaus commented 1 month ago

This includes making a distinction between the report types that output to a single file (CSV, XML) and those that output to a directory (HTML) (this is in line with the API provided by the Jacoco plugin itself).

In the process of doing this, fix the integration test of Jacoco which didn't catch this failure...

Resolves #346.