Skip to content

Commit 3421fb2

Browse files
removed coverage for sequelize v3 due to arbitrary appearing nyc error
1 parent cfc3ce8 commit 3421fb2

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

package-lock.json

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"cover-v4": "npm run prepare-test-v4 && nyc --exclude lib/models/v3/**/*.js mocha",
1515
"exec-tests": "mocha test/specs/",
1616
"test": "npm run test-v4 && npm run test-v3",
17-
"clean-nyc": "rimraf .nyc_output && rimraf coverage && npm install",
18-
"cover": "npm run clean-nyc && npm run cover-v4 && npm run clean-nyc && npm run cover-v3",
17+
"cover": "npm run cover-v4",
1918
"lint": "tslint ."
2019
},
2120
"repository": {
@@ -71,7 +70,6 @@
7170
"nyc": "11.2.1",
7271
"prettyjson": "1.2.1",
7372
"reflect-metadata": "0.1.9",
74-
"rimraf": "2.6.2",
7573
"sinon": "1.17.7",
7674
"sinon-chai": "2.8.0",
7775
"source-map-support": "0.4.14",

0 commit comments

Comments
 (0)