Skip to content

ci: codecov-action の入力を file から files へ改める - #6

Merged
tomio2480 merged 1 commit into
masterfrom
fix/codecov-action-files-input
Aug 12, 2026
Merged

ci: codecov-action の入力を file から files へ改める#6
tomio2480 merged 1 commit into
masterfrom
fix/codecov-action-files-input

Conversation

@tomio2480

Copy link
Copy Markdown
Owner

背景

Dependabot PR #2codecov/codecov-action v4 → v7)の検証中に発見した.

codecov/codecov-action は v5 で file 入力を廃止し files へ改称している.
v7 の action.ymlfile は存在せず,現行の file: ./coverage.xml は無視される.
fail_ci_if_error: false を指定しているため,CI が緑でも欠落を検知できない.

変更

.github/workflows/tests.yml の codecov ステップで filefiles に改める.

files は v4 でも受け付ける入力のため,本変更は現行の v4 と
後続の v7 更新の双方で正しく動作する.

確認

  • v4 の action.ymlfilefiles の双方が存在することを確認済み.
  • v7 の action.ymlfiles のみ存在することを確認済み.

🤖 Generated with Claude Code

codecov-action は v5 で `file` 入力を廃止し `files` へ改称した.
v7 の action.yml に `file` は存在しないため,現行の指定は無視される.
`fail_ci_if_error: false` のため CI が緑でも欠落を検知できない.

`files` は v4 でも受け付けるため,本変更は現行の v4 と
後続の v7 更新の双方で正しく動作する.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 913dfe40-b5fe-4881-ac41-804a5c07af12

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@tomio2480
tomio2480 marked this pull request as ready for review August 12, 2026 15:12
@tomio2480
tomio2480 merged commit a8cdfcd into master Aug 12, 2026
10 checks passed
@tomio2480
tomio2480 deleted the fix/codecov-action-files-input branch August 12, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant