Skip to content

Commit 6ad44f7

Browse files
committed
docs(readme): simplify coverage badge to cumulative only
Replace separate test and type coverage badges with single cumulative coverage badge showing 87.53% (test+type). Cleaner badge display while maintaining full context.
1 parent ff5bbe8 commit 6ad44f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
[![Socket Badge](https://socket.dev/api/badge/npm/package/@socketsecurity/sdk)](https://socket.dev/npm/package/@socketsecurity/sdk)
44
[![CI](https://github.com/SocketDev/socket-sdk-js/actions/workflows/ci.yml/badge.svg)](https://github.com/SocketDev/socket-sdk-js/actions/workflows/ci.yml)
5-
![Test Coverage](https://img.shields.io/badge/test--coverage-75.49%25-yellow)
6-
![Type Coverage](https://img.shields.io/badge/type--coverage-99.58%25-brightgreen)
7-
![Cumulative Coverage](https://img.shields.io/badge/cumulative--coverage-87.53%25-brightgreen)
5+
![Coverage](https://img.shields.io/badge/coverage-87.53%25%20(test%2Btype)-brightgreen)
86

97
[![Follow @SocketSecurity](https://img.shields.io/twitter/follow/SocketSecurity?style=social)](https://twitter.com/SocketSecurity)
108
[![Follow @socket.dev on Bluesky](https://img.shields.io/badge/Follow-@socket.dev-1DA1F2?style=social&logo=bluesky)](https://bsky.app/profile/socket.dev)

0 commit comments

Comments
 (0)