Add grpc-alts to grpc-all
- 主要言語
- Java
- スター
- 12.1k
- フォーク
- 4k
- 平均マージ
- 2日 17時間
- マージ済み PR(30日)
- 37
説明
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.
コントリビューションガイド
調査の方向性
まず grpc-all の設定と Gradle JaCoCo プラグインの使用箇所を特定します。生成コードと手書きコードがどのように同じ package を共有しているかを確認し、そのうえで、提案されている個別の destination directory と package を使用するアプローチを比較します。生成コードが JaCoCo の結果から確実に除外され、その Javadoc は引き続き公開されていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- build-system, testing-qa
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100