Skip to content

fix: use CODECOV_TOKEN and auto-discovery for coverage upload#13

Merged
NWarila merged 1 commit intomainfrom
fix/codecov-upload
Apr 8, 2026
Merged

fix: use CODECOV_TOKEN and auto-discovery for coverage upload#13
NWarila merged 1 commit intomainfrom
fix/codecov-upload

Conversation

@NWarila
Copy link
Copy Markdown
Owner

@NWarila NWarila commented Apr 8, 2026

Summary

  • Remove explicit files: coverage.json (the script deletes it before Codecov runs)
  • Add token: ${{ secrets.CODECOV_TOKEN }} (required for non-tokenless upload)
  • Codecov auto-discovers .coverage data and generates its own report

Test plan

  • CI passes
  • Codecov upload succeeds (check logs for "Upload queued for processing complete")
  • Add CODECOV_TOKEN repo secret from codecov.io after merging

@NWarila NWarila merged commit 8f0960b into main Apr 8, 2026
12 checks passed
@NWarila NWarila deleted the fix/codecov-upload branch April 8, 2026 20:45
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