mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-05 08:26:14 +08:00
Integrate codecov.
This commit is contained in:
@ -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
|
||||
|
||||
[](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)
|
||||
|
||||
|
Reference in New Issue
Block a user