Skip to content

Commit 0efb786

Browse files
author
Weyoss
committed
docs: update README files with latest release and coverage badges
- Add latest release badge to all README files - Update code coverage badges to point to the correct packages
1 parent 1851d5a commit 0efb786

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

packages/redis-smq-common/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# RedisSMQ Common Library
22

3-
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq-common?style=flat-square)](https://codecov.io/github/weyoss/redis-smq-common?flag=redis-smq-common&style=flat-square)
4-
5-
---
3+
[![Latest Release](https://img.shields.io/github/v/release/weyoss/redis-smq?include_prereleases&label=release&color=green&style=flat-square)](https://github.com/weyoss/redis-smq/releases)
4+
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq?flag=redis-smq-common&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq-common)
65

76
This package provides essential components that are used by RedisSMQ and other RedisSMQ-based packages.
87

packages/redis-smq-rest-api/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# RedisSMQ REST API
22

3-
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq-common?style=flat-square)](https://codecov.io/github/weyoss/redis-smq-common?flag=redis-smq-rest-api&style=flat-square)
4-
5-
---
3+
[![Latest Release](https://img.shields.io/github/v/release/weyoss/redis-smq?include_prereleases&label=release&color=green&style=flat-square)](https://github.com/weyoss/redis-smq/releases)
4+
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq?flag=redis-smq-rest-api&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api)
65

76
This package offers an HTTP interface which allows any web capable application to interact with the RedisSMQ
87
message queue using a RESTful API.

packages/redis-smq-tools/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# RedisSMQ Tools
22

3-
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq-common?flag=redis-smq-tools&style=flat-square)](https://codecov.io/github/weyoss/redis-smq-common?branch=master)
3+
[![Latest Release](https://img.shields.io/github/v/release/weyoss/redis-smq?include_prereleases&label=release&color=green&style=flat-square)](https://github.com/weyoss/redis-smq/releases)
4+
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq?flag=redis-smq-tools&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq-tools)
45

5-
---
6-
7-
This package provides a set of tools and helpers for developing and testing RedisSMQ.
6+
This package provides a set of tools and helpers for developing and testing RedisSMQ.

packages/redis-smq/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# RedisSMQ
22

3-
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq-common?flag=redis-smq&style=flat-square)](https://codecov.io/github/weyoss/redis-smq-common?branch=master)
3+
[![Latest Release](https://img.shields.io/github/v/release/weyoss/redis-smq?include_prereleases&label=release&color=green&style=flat-square)](https://github.com/weyoss/redis-smq/releases)
4+
[![Code Coverage](https://img.shields.io/codecov/c/github/weyoss/redis-smq?flag=redis-smq&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq)
45

5-
---
6+
A High-Performance Redis Simple Message Queue for Node.js.
67

78
The source code and documentation for RedisSMQ are in the main [redis-smq](https://github.com/weyoss/redis-smq) repo.

0 commit comments

Comments
 (0)