Skip to content

Commit

Permalink
[coverage] add coverage report (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmoistner authored Mar 13, 2017
1 parent 93c750a commit 047ddc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# serverless-endpoint
> Dependencyless express like wrapper for serverless functions.
[![Build Status](https://travis-ci.org/emmoistner/serverless-endpoint.svg?branch=master)](https://travis-ci.org/emmoistner/serverless-endpoint)
[![Build Status](https://travis-ci.org/emmoistner/serverless-endpoint.svg?branch=master)](https://travis-ci.org/emmoistner/serverless-endpoint) [![Coverage Status](https://coveralls.io/repos/github/emmoistner/serverless-endpoint/badge.svg?branch=master)](https://coveralls.io/github/emmoistner/serverless-endpoint?branch=master)

## Support
✔️️AWS Api Gateway |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Utilities designed to help manage api-gateway like event abstraction Edit",
"main": "index.js",
"scripts": {
"test": "jest"
"test": "node node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand All @@ -24,6 +24,7 @@
},
"homepage": "https://github.com/emmoistner/serverless-endpoint#readme",
"devDependencies": {
"coveralls": "^2.12.0",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
Expand Down

0 comments on commit 047ddc3

Please sign in to comment.