Skip to content

Commit 03fe5e5

Browse files
committed
[add] updated examples. added coverage report
1 parent 97be790 commit 03fe5e5

File tree

4 files changed

+538
-1
lines changed

4 files changed

+538
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- run:
2727
name: test
2828
command: npm test
29+
30+
- run:
31+
name: coverage
32+
command: npm run coverage
33+
2934
- store_artifacts:
3035
path: test-results.xml
3136
prefix: tests

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![license](https://img.shields.io/github/license/filipecosta90/redisai-js.svg)](https://github.com/filipecosta90/redisai-js)
22
[![CircleCI](https://circleci.com/gh/filipecosta90/redisai-js/tree/master.svg?style=svg)](https://circleci.com/gh/filipecosta90/redisai-js/tree/master)
33
[![npm version](https://badge.fury.io/js/redisai-js.svg)](https://badge.fury.io/js/redisai-js)
4+
[![codecov](https://codecov.io/gh/filipecosta90/redisai-js/branch/master/graph/badge.svg)](https://codecov.io/gh/filipecosta90/redisai-js)
45

56
## A high performance node.js RedisAI client
67
[![Forum](https://img.shields.io/badge/Forum-RedisAI-blue)](https://forum.redislabs.com/c/modules/redisai)

0 commit comments

Comments
 (0)