Skip to content

Add npm version and CI status badges to README#85

Merged
LewieJ08 merged 1 commit into
mainfrom
dev
Jul 11, 2026
Merged

Add npm version and CI status badges to README#85
LewieJ08 merged 1 commit into
mainfrom
dev

Conversation

@LewieJ08

Copy link
Copy Markdown
Collaborator

Adds two badges under the README title:

  • npm version (img.shields.io/npm/v/@lujax/github-sdk) — links to the npm package page
  • CI status (github.com/lujax-dev/github-sdk/actions/workflows/ci.yml/badge.svg) — live from the existing ci.yml workflow, no new secrets/services needed

Originally scoped as npm version + a test-coverage badge, but a dynamic coverage badge needs a third-party service (Codecov) requiring an account + repo secret — decided to keep it to two badges backed entirely by things we already have (npm registry + existing CI) rather than add an external dependency for this. Coverage can be revisited later if there's real demand.

No code changes — README.md only.

Closes #77

@LewieJ08
LewieJ08 merged commit da9a819 into main Jul 11, 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.

Add npm version and test coverage badges to README

1 participant