Skip to content

ci: fix codecov upload after action v7 bump#32

Merged
anderstorstensson merged 1 commit into
mainfrom
fix/codecov-files-input
Jun 18, 2026
Merged

ci: fix codecov upload after action v7 bump#32
anderstorstensson merged 1 commit into
mainfrom
fix/codecov-files-input

Conversation

@anderstorstensson

@anderstorstensson anderstorstensson commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

The codecov/codecov-action bump from v4 → v7 (#31) broke the test-coverage workflow on main.

codecov-action v5 removed the singular file: input in favor of plural files:. Combined with disable_search: true, the upload found no coverage report, and since pushes to main set fail_ci_if_error: true, the job failed.

Fix

file: ./cobertura.xmlfiles: ./cobertura.xml

Test plan

  • CI test-coverage workflow passes on this branch / after merge to main

codecov-action v5+ removed the singular file input in favor of files.
With disable_search enabled the upload found no coverage file, failing
the job on push to main.
@anderstorstensson anderstorstensson merged commit d68945f into main Jun 18, 2026
7 checks passed
@anderstorstensson anderstorstensson deleted the fix/codecov-files-input branch June 18, 2026 06:34
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