Skip to content

Commit

Permalink
Add Istanbul, Coveralls and add badges to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
daern91 committed Feb 3, 2018
1 parent 203bb1b commit 678e26f
Show file tree
Hide file tree
Showing 4 changed files with 897 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ install:
- npm install

script:
- npm test
- npm run cover

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# build-actions

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

A small library to diff Customers and build update actions.

## Installation
Expand Down
Loading

0 comments on commit 678e26f

Please sign in to comment.