Skip to content

Commit

Permalink
Merge 33c71c1 into aedf7d2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksparrow committed Jun 19, 2019
2 parents aedf7d2 + 33c71c1 commit 2b7edb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
node_modules
coverage
.idea

.nyc_output/
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,5 @@ addons:
- mongodb-org-shell
services:
- mongodb

after_success: npm run coverage
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -8,10 +8,11 @@
"author": "IBM Corp.",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"benchmarks": "make benchmarks",
"leak-detection": "make leak-detection",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "mocha test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
"test": "nyc mocha test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
"lint": "eslint .",
"posttest": "npm run lint"
},
Expand All @@ -38,12 +39,14 @@
"devDependencies": {
"benchmark": "^2.1.4",
"bluebird": "^3.5.4",
"coveralls": "^3.0.4",
"eslint": "^5.1.0",
"eslint-config-loopback": "^13.0.0",
"juggler-v3": "file:./deps/juggler-v3",
"juggler-v4": "file:./deps/juggler-v4",
"loopback-datasource-juggler": "^3.0.0 || ^4.0.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"rc": "^1.2.8",
"semver": "^5.5.1",
"should": "^13.2.1",
Expand Down

0 comments on commit 2b7edb1

Please sign in to comment.