Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Added coveralls integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Feb 3, 2015
1 parent d7b68f2 commit 7f29649
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js

sudo: false

node_js:
- '0.10'
env:
global:
secure: IVVP4RwQoLhJt334dYq3FDq+oIh9K/pN/Y6BjYqvpB+y5h1+iTOCN/UWL0Lnkq9avLJvcApcJYncvqEBvy5Svq52h2Mr+Qu0tPQPBQx9wI1et52fxygzQp5Vo4l4f0L9UAQ/2wOnczPDLqvjujHGkdztTatB6Oev5NKwyyZ4Li0=
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DocBrown
========

[![Build Status](https://travis-ci.org/n1k0/docbrown.svg)](https://travis-ci.org/n1k0/docbrown)
[![Build Status](https://travis-ci.org/n1k0/docbrown.svg)](https://travis-ci.org/n1k0/docbrown) [![Coverage Status](https://coveralls.io/repos/n1k0/docbrown/badge.svg)](https://coveralls.io/r/n1k0/docbrown)

Minimalistic, simple, opinionated Flux implementation. Right, yet [another one](https://www.npmjs.com/search?q=flux), I'm so sorry.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"description": "Flux experiment.",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha --report html --report=lcov"
"test": "istanbul cover node_modules/.bin/_mocha --report html --report=lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"devDependencies": {
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"sinon": "^1.12.2"
},
"repository": {
Expand Down

0 comments on commit 7f29649

Please sign in to comment.