Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jun 4, 2018
1 parent 55cca47 commit 510d0b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -39,3 +39,6 @@ script:
wct --env saucelabs-cron;
fi;
fi

after_success:
- cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls
3 changes: 2 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-element)
[![Build Status](https://travis-ci.org/vaadin/vaadin-element.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-element)
[![Coverage Status](https://coveralls.io/repos/github/vaadin/vaadin-element/badge.svg?branch=master)](https://coveralls.io/github/vaadin/vaadin-element?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-element)
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadin-element-directory-urlidentifier.svg)](https://vaadin.com/directory/component/vaadinvaadin-element)

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -23,6 +23,7 @@
},
"devDependencies": {
"bower": "latest",
"coveralls": "^3.0.1",
"eslint": "^4.13.0",
"eslint-config-vaadin": "latest",
"eslint-plugin-html": "^4.0.0",
Expand Down

0 comments on commit 510d0b7

Please sign in to comment.