mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-09 04:08:42 +08:00
Integrate codecov.
This commit is contained in:
@ -4,7 +4,7 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- node
|
- node
|
||||||
install:
|
install:
|
||||||
- npm install -g codecov
|
- npm i -g eslint codecov
|
||||||
script:
|
script:
|
||||||
- npm run ci
|
- npm run ci
|
||||||
- codecov
|
- codecov
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# JavaScript Algorithms and Data Structures
|
# JavaScript Algorithms and Data Structures
|
||||||
|
|
||||||
[](https://travis-ci.org/trekhleb/javascript-algorithms)
|
[](https://travis-ci.org/trekhleb/javascript-algorithms)
|
||||||
|
[](https://codecov.io/gh/trekhleb/javascript-algorithms)
|
||||||
|
|
||||||
## [Data Structures](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures)
|
## [Data Structures](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user