You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
use codecov
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"extends": "@istanbuljs/nyc-config-typescript",
|
||||
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
|
||||
"exclude": ["**/*.spec.ts", "lib/test-utils.ts", "examples/*"]
|
||||
}
|
||||
|
@@ -6,8 +6,8 @@
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
<a href="https://coveralls.io/github/redis/node-redis">
|
||||
<img src="https://coveralls.io/repos/github/redis/node-redis/badge.svg" alt="Coverage Status"/>
|
||||
<a href="https://codecov.io/gh/redis/node-redis" >
|
||||
<img src="https://codecov.io/gh/redis/node-redis/branch/master/graph/badge.svg?token=xcfqHhJC37" alt="Coverage"/>
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/redis/v/next">
|
||||
<img src="https://img.shields.io/npm/dm/redis.svg" alt="Downloads"/>
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "nyc -r text-summary -r html mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'",
|
||||
"test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'",
|
||||
"build": "tsc",
|
||||
"lint": "eslint ./*.ts ./lib/**/*.ts",
|
||||
"documentation": "typedoc"
|
||||
|
Reference in New Issue
Block a user