Add grpc-alts to grpc-all
- Vorherrschende Sprache
- Java
- Sterne
- 12.1k
- Forks
- 4k
- Ø Merge
- 2 T. 17 Std.
- Gemergte PRs (30 T.)
- 37
Beschreibung
This is to expose the code's javadoc and suppress the generated code's jacoco results. The main issue is suppressing the generated code's jacoco results, since the generated code is in the same package as the manually authored code.
The jacoco issue looks really ugly. We may need to rework our usage of the gradle plugin to compile the generated code into a separate destination directory, so then we can filter the entire directory instead of individual classes.
While it would be good to have a way to reliably filter generated code from jacoco results, it is probably easiest to move the generated code into a different package.
Beitragsleitfaden
Rechercherichtung
Start by locating the grpc-all configuration and the Gradle JaCoCo plugin usage. Review how generated code and manually authored code share a package, then compare the proposed separate destination directory and package approaches. Done means generated code is excluded reliably from JaCoCo results while its Javadoc remains exposed.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- build-system, testing-qa
- Issue-Typ
- Refactoring
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100