GitHub、プルリクエストのコードカバレッジマージ保護機能を追加
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
GitHub が新機能として、テストカバレッジが設定した閾値を下回った場合にプルリクエストのマージをブロックするブランチルールセットを提供し始めた。これにより開発チームはマージ時の品質ゲートを実現できる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
テストカバレッジが設定した閾値を下回った場合、ブランチルールセットを使用してプルリクエストのマージをブロックできるようになりました。
最小カバレッジ率を設定するか、デフォルトブランチからの最大許容低下幅を設定するか、あるいは両方を設定できます。まずは評価モードで影響を確認し、マージ保護を実行する準備ができたらアクティブモードに切り替えることができます。
これにより、マージ時にチームにとって実用的な品質ゲートが提供され、コード変更に伴う意図しない回帰を減らし、テスト基準の一貫性を維持できます。
この機能は現在、github.com 上のすべての GitHub Code Quality ユーザー向けにパブリックプレビューとして利用可能です。GitHub Code Quality は今日から GitHub Enterprise Cloud および Team で利用可能ですが、GitHub Enterprise Server ではまだ提供されていません。プレビュー期間中は無料です。
詳細はこちら
ドキュメントでカバレッジ(code coverage)について詳しく学ぶことができます。
GitHub Code Quality のドキュメントをご覧ください。
GitHub コミュニティの「Code Coverage 発表」ディスカッションに参加し、フィードバックを残してください。
この投稿「プルリクエストに対する GitHub カバレッジマージ保護機能」は、最初に The GitHub Blog で公開されました。
原文を表示
You can now use branch rulesets to block pull requests from merging when test coverage drops below thresholds you set.
You can set a minimum coverage percentage, a maximum allowed drop from the default branch, or both. You can start in evaluate mode to understand impact first, then switch to active mode when you’re ready to enforce merge protection.
This gives your team a practical quality gate at merge time so you can reduce accidental regressions and keep testing standards consistent as code changes.
This feature is now in public preview for all GitHub Code Quality users on github.com. GitHub Code Quality is available today for GitHub Enterprise Cloud and Team, but isn’t yet available on GitHub Enterprise Server. It’s free during the preview period.
Learn more
Learn more about Code coverage in our documentation.
Check out our GitHub Code Quality documentation.
Join the discussion and leave feedback on the Code Coverage announcement in the GitHub Community.
The post GitHub code coverage merge protection for pull requests appeared first on The GitHub Blog.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み