Skip to content

Commit a3eb142

Browse files
committed
Adding codecov
1 parent 16ff591 commit a3eb142

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
language: node_js
2+
23
node_js:
34
- 0.12
4-
- 0.11
5+
- 0.11
6+
7+
install:
8+
- npm install -g codecov
9+
10+
script:
11+
- istanbul cover ./node_modules/mocha/bin/_mocha -- specs
12+
- codecov
13+

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# lispjs [![Build Status](https://travis-ci.org/amitayh/lispjs.svg?branch=master)](https://travis-ci.org/amitayh/lispjs)
1+
# lispjs [![Build Status](https://travis-ci.org/amitayh/lispjs.svg?branch=master)](https://travis-ci.org/amitayh/lispjs) [![codecov](https://codecov.io/gh/amitayh/lispjs/branch/master/graph/badge.svg)](https://codecov.io/gh/amitayh/lispjs)
2+
23

34
Simple Lisp implementation in JavaScript. [Web REPL demo](http://amitayh.github.io/lispjs/)
45

0 commit comments

Comments
 (0)