diff --git a/README.md b/README.md index 3a2a0e5..3dc5986 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index a13a0ae..2b9c83f 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,9 @@ ], "setupFiles": [ "./src/setupTests.js" - ] + ], + "verbose": true, + "collectCoverage": true }, "husky": { "hooks": {