mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 07:01:18 +08:00
Integrate codecov.
This commit is contained in:
parent
4e3a156de5
commit
960cb5c4b3
@ -4,7 +4,7 @@ language: node_js
|
||||
node_js:
|
||||
- node
|
||||
install:
|
||||
- npm install -g codecov
|
||||
- npm i -g eslint codecov
|
||||
script:
|
||||
- npm run ci
|
||||
- codecov
|
||||
|
@ -1,6 +1,7 @@
|
||||
# JavaScript Algorithms and Data Structures
|
||||
|
||||
[![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms)
|
||||
[![codecov](https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/trekhleb/javascript-algorithms)
|
||||
|
||||
## [Data Structures](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user