Skip to content

Commit 960cb5c

Browse files
committed
Integrate codecov.
1 parent 4e3a156 commit 960cb5c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)