Skip to content

docs(readme): point the Tests badge at the workflow that exists - #34

Merged
parisek merged 1 commit into
mainfrom
fix/readme-tests-badge
Jul 30, 2026
Merged

docs(readme): point the Tests badge at the workflow that exists#34
parisek merged 1 commit into
mainfrom
fix/readme-tests-badge

Conversation

@parisek

@parisek parisek commented Jul 30, 2026

Copy link
Copy Markdown
Owner

Found while adding the same badge row to parisek/styleguide and parisek/timber-kit, which had none.

The Tests badge points at .github/workflows/test.yml. This repo's workflow is tests.yml — there is no test.yml:

.github/workflows/
├── release-stamp.yml
├── release.yml
└── tests.yml

A shields.io workflow badge for a non-existent workflow renders as no status rather than failing loudly, which is why it survived: it looks like a badge that simply has nothing to report, not a broken reference.

Docs only.

The badge referenced workflows/test.yml; the file is tests.yml. A shields.io
workflow badge for a missing workflow renders as 'no status' rather than an
error, so it read as a passing-but-quiet badge instead of a broken link.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KvMQkTAH56HnoeUHQTuAAk
@parisek
parisek merged commit 46b0a1d into main Jul 30, 2026
4 checks passed
@parisek
parisek deleted the fix/readme-tests-badge branch July 30, 2026 21:36
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