diff --git a/.travis.yml b/.travis.yml index 9802f445c..f9410fd50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ git: depth: 3 after_success: +- npm run coveralls - if [ "$TRAVIS_BRANCH" == "master" ]; then npm run travis-deploy-once "npm run semantic-release"; fi diff --git a/README.md b/README.md index 9f624b1ee..2618728fb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.com/sebgroup/react-components.svg?branch=master)](https://travis-ci.com/sebgroup/react-components) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![Coverage Status](https://coveralls.io/repos/github/sebgroup/react-components/badge.svg?branch=master)](https://coveralls.io/github/sebgroup/react-components?branch=master) This is a set of react components some of which are based on SEB's bootstrap. The plan for this project is to increase and improve components for future usage. diff --git a/develop/components/pages/TextAreaPage.tsx b/develop/components/pages/TextAreaPage.tsx index f05bbd021..3f4a05f9b 100644 --- a/develop/components/pages/TextAreaPage.tsx +++ b/develop/components/pages/TextAreaPage.tsx @@ -24,7 +24,7 @@ const TextAreaPage: React.FunctionComponent = () => {