Skip to content

Commit

Permalink
setup coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
alepop committed Oct 18, 2017
1 parent 132b114 commit 76901bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,5 @@ sudo: false
cache:
directories:
- "node_modules"
script:
- npm run test.ci
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"serve": "stencil-dev-server",
"start": "npm run dev",
"test": "jest --no-cache",
"test.watch": "jest --watch --no-cache"
"test.watch": "jest --watch --no-cache",
"test.ci": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"@alepop/check-for-uri-handler": "0.0.2",
Expand All @@ -27,6 +28,7 @@
"@stencil/dev-server": "latest",
"@stencil/utils": "latest",
"@types/jest": "^21.1.1",
"coveralls": "^3.0.0",
"jest": "^21.2.1"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions readme.md
@@ -1,3 +1,4 @@
[![Coverage Status](https://coveralls.io/repos/github/lisk-builders/lisk-buttons/badge.svg?branch=master)](https://coveralls.io/github/lisk-builders/lisk-buttons?branch=master)
# Lisk Buttons
🖲️ Lisk Buttons allow you to open Lisk Nano wallet with pre-filled forms

Expand Down

0 comments on commit 76901bd

Please sign in to comment.