File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
Learning JavaScript Data Structures and Algorithms
2
2
====================================
3
3
4
- Source code of ** Learning JavaScript Data Structures and Algorithms** book.
4
+ [ ![ Build Status] ( https://travis-ci.org/loiane/javascript-datastructures-algorithms.svg?branch=third-edition )] ( https://travis-ci.org/loiane/javascript-datastructures-algorithms )
5
+
6
+ [ ![ codecov] ( https://codecov.io/gh/loiane/javascript-datastructures-algorithms/branch/third-edition/graph/badge.svg )] ( https://codecov.io/gh/loiane/javascript-datastructures-algorithms )
7
+
8
+ Source code of ** Learning JavaScript Data Structures and Algorithms** book.
Original file line number Diff line number Diff line change 23
23
"test:js" : " mocha --compilers js:babel-core/register --colors -R spec --recursive ./test/js" ,
24
24
"test:ts" : " mocha -r ts-node/register --colors --recursive ./test/ts/**/*.spec.ts" ,
25
25
"test" : " npm run test:js && npm run test:ts" ,
26
- "coverage" : " ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -R spec --recursive ./test/js -- --compilers js:babel-core/register" ,
26
+ "coverage" : " ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -R spec --recursive ./test/js/**/*.spec.ts -- --compilers js:babel-core/register && codecov " ,
27
27
"go" : " npm run clean && npm run test && npm run build" ,
28
28
"serve" : " http-serve html"
29
29
},
36
36
"babel-plugin-add-module-exports" : " ^0.2.1" ,
37
37
"babel-preset-es2015" : " ^6.24.1" ,
38
38
"chai" : " ^4.1.2" ,
39
- "coveralls " : " ^2.13.1 " ,
39
+ "codecov " : " ^2.3.0 " ,
40
40
"eslint" : " ^4.6.1" ,
41
41
"istanbul" : " ^v1.1.0-alpha.1" ,
42
42
"mocha" : " ^3.5.0" ,
43
- "ts-node" : " ^3.3.0" ,
44
- "typings" : " ^2.1.1"
43
+ "ts-node" : " ^3.3.0"
45
44
}
46
45
}
You can’t perform that action at this time.
0 commit comments