Skip to content

Commit

Permalink
Add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Apr 12, 2019
1 parent a882536 commit 3cf6e7f
Show file tree
Hide file tree
Showing 4 changed files with 1,098 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,11 @@ install:
- npm install

script:
- npm run validate
- npm run test
- npm run build

after_success:
- npm run coverage

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# ☂️ Test Utils

[![Build Status](https://travis-ci.org/helpscout/test-utils.svg?branch=master)](https://travis-ci.org/helpscout/test-utils)
[![Coverage Status](https://coveralls.io/repos/github/helpscout/test-utils/badge.svg?branch=master)](https://coveralls.io/github/helpscout/test-utils?branch=master)

> Test Utils: Handy utils for React and JavaScript testing
Expand Down

0 comments on commit 3cf6e7f

Please sign in to comment.