Skip to content

Commit 373a4a8

Browse files
committed
docs(readme): add codecov badge and star history chart
Adds the codecov badge to the badge row alongside the existing Tests badge so the coverage signal sits next to the build signal. Adds a Star History chart between Contributing and License using the star-history.com embed, with light/dark variants via <picture>. The codecov badge depends on the codecov integration being wired up for agentrhq/authsome; if it isn't yet, the badge will render as "unknown" until the integration is enabled.
1 parent 2135499 commit 373a4a8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
1313
<a href="https://pypi.org/project/authsome/"><img src="https://img.shields.io/pypi/dm/authsome.svg" alt="PyPI downloads"></a>
1414
<a href="https://github.com/agentrhq/authsome/actions/workflows/test.yml"><img src="https://github.com/agentrhq/authsome/actions/workflows/test.yml/badge.svg" alt="Tests"></a>
15+
<a href="https://codecov.io/gh/agentrhq/authsome"><img src="https://codecov.io/gh/agentrhq/authsome/branch/main/graph/badge.svg" alt="codecov"></a>
1516
<a href="https://discord.gg/9YP2C9tvMp"><img src="https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
1617
</p>
1718

@@ -175,6 +176,16 @@ See the [responsible disclosure policy](https://authsome.agentr.dev/docs/securit
175176

176177
Contributions welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, testing, and the engineering principles we follow.
177178

179+
## Star History
180+
181+
<a href="https://star-history.com/#agentrhq/authsome&Date">
182+
<picture>
183+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=agentrhq/authsome&type=Date&theme=dark">
184+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=agentrhq/authsome&type=Date">
185+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=agentrhq/authsome&type=Date">
186+
</picture>
187+
</a>
188+
178189
## License
179190

180191
MIT. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)