-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(travis): update codeclimate reporting flow
- Loading branch information
1 parent
dae18fd
commit f1b460d
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
}, | ||
"author": "Anton Golub <[email protected]>", | ||
"engines": { | ||
"node": ">=9.4.0 <11.0", | ||
"npm": ">=5.6 <7.0" | ||
"node": ">=9.4.0", | ||
"npm": ">=5.6" | ||
}, | ||
"dependencies": { | ||
"@qiwi/health-indicator": "^1.2.0", | ||
|
@@ -41,8 +41,7 @@ | |
"start": "node -r esm --use_strict src/app", | ||
"test": "npm run mocha", | ||
"mocha": "nyc mocha --opts .mocha.opts && nyc report --reporter=text-lcov > ./coverage/lcov.info", | ||
"test_with_report": "npm test && npm run codeclimate_push && npm run coveralls_push", | ||
"codeclimate_push": "codeclimate-test-reporter < ./coverage/lcov.info", | ||
"test_with_report": "npm test && npm run coveralls_push", | ||
"coveralls_push": "cat ./coverage/lcov.info | coveralls" | ||
}, | ||
"license": "MIT", | ||
|