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 c9fa08d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 c9fa08d

Please sign in to comment.