Skip to content

Add codecov CI integration and README status badges#94

Merged
darnstrom merged 2 commits intomainfrom
copilot/add-codecov-and-badges
Apr 8, 2026
Merged

Add codecov CI integration and README status badges#94
darnstrom merged 2 commits intomainfrom
copilot/add-codecov-and-badges

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 8, 2026

The repo lacked code coverage reporting in CI and had no status badges for build or coverage visibility.

Changes

.github/workflows/ci.yml

  • Upgraded codecov/codecov-action v1 → v5 (v1 is deprecated)
  • Added explicit coverage: true to julia-runtest step
  • Updated parameter file:files: (renamed in v5)
  • Added CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} (required by v5)

README.md

  • Added CI status badge (GitHub Actions)
  • Added Codecov coverage badge

Setup required

Add CODECOV_TOKEN as a repository secret (Settings → Secrets → Actions), obtained from the Codecov dashboard after connecting the repo.

Copilot AI changed the title [WIP] Add Codecov integration and badges for CI pipeline Add codecov CI integration and README status badges Apr 8, 2026
Copilot AI requested a review from darnstrom April 8, 2026 16:00
@codecov-commenter
Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@darnstrom darnstrom marked this pull request as ready for review April 8, 2026 16:57
@darnstrom darnstrom merged commit 5eea08a into main Apr 8, 2026
4 checks passed
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.

3 participants