1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

update workflows & README

This commit is contained in:
leibale
2021-09-02 11:12:55 -04:00
parent e9ebdbd1bb
commit 7983dd4c26
4 changed files with 8 additions and 5 deletions

View File

@@ -3,7 +3,8 @@ name: Benchmark
on:
push:
branches:
- v4
- master
- v4.0
jobs:
benchmark:

View File

@@ -3,7 +3,8 @@ name: Documentation
on:
push:
branches:
- v4
- master
- v4.0
jobs:
documentation:

View File

@@ -3,7 +3,8 @@ name: Tests
on:
push:
branches:
- v4
- master
- v4.0
jobs:
tests:

View File

@@ -6,8 +6,8 @@
</p>
<div align="center">
<a href="https://coveralls.io/github/NodeRedis/node-redis?branch=v4">
<img src="https://coveralls.io/repos/github/NodeRedis/node-redis/badge.svg?branch=v4" alt="Coverage Status"/>
<a href="https://coveralls.io/github/NodeRedis/node-redis">
<img src="https://coveralls.io/repos/github/NodeRedis/node-redis/badge.svg" alt="Coverage Status"/>
</a>
<a href="https://www.npmjs.com/package/redis/v/next">
<img src="https://img.shields.io/npm/dm/redis.svg" alt="Downloads"/>