Skip to content

Commit

Permalink
chore: update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz committed Mar 12, 2018
1 parent 1eb7bb8 commit 626a8a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: cJtx8LBHpQIWN0pOr9YOlXsgfi9f74MU0
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"build": "babel server -d server/dist --copy-files --ignore server/dist",
"test": "nyc --reporter=html --reporter=text mocha ./server/test/**/*.js --exit --compilers js:babel-register",
"postinstall": "npm run build",
"coveralls": "nyc --reporter=lcov --reporter=text-lcov npm test"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"coveralls": "nyc --reporter=lcov --reporter=text-lcov npm test"
},
"author": "douglas",
"license": "ISC",
Expand All @@ -20,7 +22,6 @@
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"express": "^4.16.2",
"express-validator": "^5.0.3",
Expand All @@ -33,12 +34,21 @@
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"mocha": "^3.5.3",
"nodemon": "^1.17.1"
}
},
"repository":{
"type":"git",
"url":"git+https://github.com/ddouglasz/WeConnect.git"
},
"bugs":{
"url":"https://github.com/ddouglasz/WeConnect/issues"
}
}

0 comments on commit 626a8a7

Please sign in to comment.