Skip to content

Commit

Permalink
update npm scripts to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
aelbore committed Feb 16, 2020
1 parent 64d6768 commit 0ec345d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Coverage Status](https://coveralls.io/repos/github/aelbore/lit-element-transpiler/badge.svg?branch=master&service=github)](https://coveralls.io/github/aelbore/lit-element-transpiler?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/aelbore/lit-element-transpiler/badge.svg?branch=master)](https://coveralls.io/github/aelbore/lit-element-transpiler?branch=master)
[![Build Status](https://travis-ci.com/aelbore/lit-element-transpiler.svg?branch=master)](https://travis-ci.com/aelbore/lit-element-transpiler)
[![npm version](https://badge.fury.io/js/lit-element-transpiler.svg)](https://www.npmjs.com/package/lit-element-transpiler)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build": "aria-build -d --external typescript,postcss,node-sass",
"test": "aria-mocha --dir specs --include-dir src --check-coverage",
"coveralls": "cat ./coverage/lcovonly | ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0ec345d

Please sign in to comment.