Skip to content

Commit

Permalink
Add coverage, license and CI badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoscielniak committed Feb 13, 2019
1 parent 8bea5a5 commit 4241885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
command: "echo repo_token: $COVERALLS_REPO_TOKEN > ./.coveralls.yml"
- run:
name: Upload coverage to coveralls
command: cat ./coverage/lcov.info | npx coveralls
command: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- save_cache:
paths:
- node_modules
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# react-add-to-homescreen
[![CircleCI](https://circleci.com/gh/kkoscielniak/react-add-to-homescreen/tree/master.svg?style=svg)](https://circleci.com/gh/kkoscielniak/react-add-to-homescreen/tree/master) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Coverage Status](https://coveralls.io/repos/github/kkoscielniak/react-add-to-homescreen/badge.svg?branch=master)](https://coveralls.io/github/kkoscielniak/react-add-to-homescreen?branch=master)

Bringing your PWA app to iOS. Evidently.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
],
"setupFiles": [
"./src/setupTests.js"
]
],
"verbose": true,
"collectCoverage": true
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4241885

Please sign in to comment.