Skip to content

Commit 960cb5c

Browse files
committedApr 4, 2018
Integrate codecov.
1 parent 4e3a156 commit 960cb5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: node_js
44
node_js:
55
- node
66
install:
7-
- npm install -g codecov
7+
- npm i -g eslint codecov
88
script:
99
- npm run ci
1010
- codecov

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JavaScript Algorithms and Data Structures
22

33
[![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms)
4+
[![codecov](https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/trekhleb/javascript-algorithms)
45

56
## [Data Structures](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures)
67

0 commit comments

Comments
 (0)
Please sign in to comment.