ci: Codecov PR コメントをカバレッジ変動時のみ表示 - #47
Conversation
表示確認が完了したため、comment.require_changes を true に戻しノイズを軽減
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
## 概要 #46 / #47 で Codecov PR コメント対応が完了したため、TODO.md を最新の状態に更新する。 ## 変更内容 - Backlog の「未対応・進行中」から #8 を削除 - 「備考: 既に解決した Issue」セクションに #8 を #46 / #47 として追加 ## 参照 - Closes #8(対応済み) - #46 - #47 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update TODO.md after completing Codecov PR coverage comments. Remove #8 from Backlog and add it to the resolved issues section, referencing #46 and #47. <sup>Written for commit 9147f41. Summary will update on new commits.</sup> <a href="https://cubic.dev/pr/yk-lab/setup-task/pull/48?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. -->
概要
#46 で Codecov PR コメントの表示を確認できたため、
require_changesをtrueに戻してノイズを軽減する。変更内容
codecov.ymlcomment.require_changes: false→true参照
Summary by cubic
Show Codecov PR comments only when coverage changes to reduce noise across pull requests. Switches
comment.require_changestotrueincodecov.yml, so no comment is posted when coverage is unchanged.Written for commit a67fd9a. Summary will update on new commits.