uber/NullAway

Switch code coverage aggregation to use built-in plugin

Open

#871 opened on Nov 29, 2023

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Java (3,462 stars) (288 forks)batch import
good first issuehelp wanted

Description

Sample: https://docs.gradle.org/current/samples/sample_jvm_multi_project_with_code_coverage_distribution.html we can get rid of a bunch of custom Gradle code by changing the code-coverage-report module to use this built-in aggregating technique.

Contributor guide