File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ repo_token : 5kn7Xw8YAtWbwqqwmtPT55Sil0knFJz62
Original file line number Diff line number Diff line change 1
1
/node_modules
2
+ /coverage
2
3
npm-debug.log
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Travis build status] ( http://img.shields.io/travis/gajus/react-css-modules/master.svg?style=flat )] ( https://travis-ci.org/gajus/react-css-modules )
4
4
[ ![ NPM version] ( http://img.shields.io/npm/v/react-css-modules.svg?style=flat )] ( https://www.npmjs.org/package/react-css-modules )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/gajus/react-css-modules/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/gajus/react-css-modules?branch=master )
5
6
6
7
<img src =' ./README/react-css-modules.png ' height =' 150 ' />
7
8
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"babel" : " ^5.8.21" ,
27
27
"babel-eslint" : " ^4.1.0" ,
28
+ "babel-istanbul" : " ^0.3.19" ,
28
29
"chai" : " ^3.2.0" ,
30
+ "coveralls" : " ^2.11.4" ,
29
31
"eslint" : " ^1.2.1" ,
30
32
"eslint-plugin-react" : " ^3.3.0" ,
31
33
"jsdom" : " ^6.2.0" ,
32
34
"mocha" : " ^2.2.5" ,
35
+ "mocha-lcov-reporter" : " 0.0.2" ,
33
36
"react" : " ^0.14.0-beta3" ,
34
37
"react-addons-test-utils" : " ^0.14.0-beta3"
35
38
},
36
39
"scripts" : {
37
- "test" : " ./node_modules/.bin/eslint ./src/ ./test/ && mocha" ,
40
+ "lint" : " ./node_modules/.bin/eslint ./src/ ./test/" ,
41
+ "test" : " npm run lint && node ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | coveralls" ,
38
42
"build" : " babel ./src/ --out-dir ./dist/" ,
39
43
"watch" : " babel --watch ./src/ --out-dir ./dist/"
40
44
}
You can’t perform that action at this time.
0 commit comments