Skip to content

Remove Test workflow badge from README#1197

Merged
niklasf merged 1 commit into
niklasf:masterfrom
philipmk42:remove-test-badge
Jul 11, 2026
Merged

Remove Test workflow badge from README#1197
niklasf merged 1 commit into
niklasf:masterfrom
philipmk42:remove-test-badge

Conversation

@philipmk42

Copy link
Copy Markdown
Contributor

Removes the Test workflow status badge from the README, as suggested by @niklasf in #1196.
The badge used the legacy https://github.com/niklasf/python-chess/workflows/Test/badge.svg format, which is not scoped to a branch or event and so reflected the latest run across all branches including pull_request runs. That is why it could show red while push runs on the default branch were green. Rather than re-scope the URL, this drops the badge entirely, since the Actions tab and per-commit status checks already surface CI state.
No other badges are affected.
Closes #1196

@niklasf niklasf merged commit 24c2d5a into niklasf:master Jul 11, 2026
28 checks passed
@niklasf

niklasf commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Thanks!

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.

Python test badge in readme shows as failing even though CI on main shows as passing

2 participants