mirror of
https://github.com/RamonGebben/mergify.git
synced 2026-03-10 08:51:18 +00:00
Switched to coveralls
This commit is contained in:
16
.travis.yml
16
.travis.yml
@@ -1,7 +1,15 @@
|
||||
language: node_js
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.6.0
|
||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
||||
node_js:
|
||||
- "9"
|
||||
- "8"
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- "node_modules"
|
||||
|
||||
before_script:
|
||||
- yarn add coveralls
|
||||
|
||||
script:
|
||||
- yarn test-travis
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"lib": "lib"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codecov": "^3.0.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-standard": "^11.0.0",
|
||||
"eslint-plugin-import": "^2.11.0",
|
||||
@@ -32,7 +31,8 @@
|
||||
"mock-fs": "^4.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest && codecov"
|
||||
"test": "jest --coverage --silent=false",
|
||||
"test-travis": "yarn test && cat ./coverage/lcov.info | coveralls"
|
||||
},
|
||||
"author": "Ramon Gebben <ramon@sensorfact.nl>",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user