Skip to content

Publish Codecov coverage for README badge#12

Closed
Copilot wants to merge 5 commits intomainfrom
copilot/update-readme-coverage-badge
Closed

Publish Codecov coverage for README badge#12
Copilot wants to merge 5 commits intomainfrom
copilot/update-readme-coverage-badge

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 4, 2026

Adds a coverage badge to the README and ensures CI uploads coverage data so the badge reflects actual test results.

  • README badge
    • Add Codecov coverage badge next to the existing unit test badge.
  • CI coverage publishing
    • Emit coverage.xml and upload it to Codecov using a repository secret.
- name: Test agrf with coverage
  run: pytest --cov=agrf --cov-report=xml
- name: Upload coverage to Codecov
  uses: codecov/codecov-action@v4
  with:
    files: coverage.xml
    token: ${{ secrets.CODECOV_TOKEN }}

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: ahyangyi <700956+ahyangyi@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README to add coverage badge Add coverage badge to README Feb 4, 2026
Copilot AI requested a review from ahyangyi February 4, 2026 11:03
Copilot AI and others added 3 commits February 4, 2026 11:10
Co-authored-by: ahyangyi <700956+ahyangyi@users.noreply.github.com>
Co-authored-by: ahyangyi <700956+ahyangyi@users.noreply.github.com>
Co-authored-by: ahyangyi <700956+ahyangyi@users.noreply.github.com>
Copilot AI changed the title Add coverage badge to README Add coverage badge and publish coverage from CI Feb 4, 2026
Copilot AI changed the title Add coverage badge and publish coverage from CI Publish Codecov coverage for README badge Feb 4, 2026
@ahyangyi
Copy link
Copy Markdown
Owner

ahyangyi commented Feb 4, 2026

No, codecov is a bad idea. Why do I need to pay the total control of my Github account for a little badge lol.

@ahyangyi ahyangyi closed this Feb 4, 2026
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.

2 participants