Skip to content

Add build status and code coverage badges to README - #18

Merged
Franchef merged 3 commits into
mainfrom
copilot/add-readme-badges
May 9, 2026
Merged

Add build status and code coverage badges to README#18
Franchef merged 3 commits into
mainfrom
copilot/add-readme-badges

Conversation

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

The README had no status badges, making it hard to quickly gauge project health.

Changes

README.md

  • Added GitHub Actions CI badge (build + test status) and Codecov coverage badge below the title

.github/workflows/ci.yml

  • Added push to main trigger — GitHub Actions badges reflect the last run on the branch, so the PR-only trigger would never update the badge on main
  • Added codecov/codecov-action@v5 step to upload the existing XPlat Code Coverage XML reports to Codecov, powering the coverage badge; fail_ci_if_error: false to avoid CI failures on Codecov outages

Copilot AI linked an issue May 9, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add badges for build test code coverage in README Add build status and code coverage badges to README May 9, 2026
Copilot AI requested a review from Franchef May 9, 2026 17:46
@Franchef Franchef removed their assignment May 9, 2026
@Franchef

Franchef commented May 9, 2026

Copy link
Copy Markdown
Owner

@copilot chech if this branch iss alligned to master

…dges

Co-authored-by: Franchef <55815835+Franchef@users.noreply.github.com>

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor Author

@copilot chech if this branch iss alligned to master

The branch was 2 commits behind main (the Node 24 action version upgrades: checkout@v5, setup-dotnet@v5, upload-artifact@v5). Merged main into this branch in commit f17c19d — all changes are now aligned.

@Franchef Franchef added this to the NuGet packages milestone May 9, 2026
@Franchef
Franchef marked this pull request as ready for review May 9, 2026 17:54
@Franchef
Franchef merged commit 910530a into main May 9, 2026
1 check passed
@Franchef
Franchef deleted the copilot/add-readme-badges branch May 9, 2026 17:55
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.

README badges

2 participants