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

use codecov

This commit is contained in:
leibale
2021-11-09 13:07:53 -05:00
parent 64df5dc76e
commit cd74f9632e
6 changed files with 19 additions and 25 deletions

View File

@@ -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"
},
"peerDependencies": {