File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ repo_token : fW3moW39Z8pKOgqTnUMT68DnNCd2SM8Ly
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-import
2
2
3
3
[ ![ build status] ( https://travis-ci.org/benmosher/eslint-plugin-import.svg?branch=master )] ( https://travis-ci.org/benmosher/eslint-plugin-import )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/benmosher/eslint-plugin-import/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/benmosher/eslint-plugin-import?branch=coverage )
4
5
[ ![ win32 build status] ( https://ci.appveyor.com/api/projects/status/3mw2fifalmjlqf56/branch/master?svg=true )] ( https://ci.appveyor.com/project/benmosher/eslint-plugin-import/branch/master )
5
6
[ ![ npm] ( https://img.shields.io/npm/v/eslint-plugin-import.svg )] ( https://www.npmjs.com/package/eslint-plugin-import )
6
7
Original file line number Diff line number Diff line change 14
14
"debug" : " mocha debug --recursive --reporter dot tests/lib/" ,
15
15
"compile" : " rm -rf lib/ && babel -d lib/ src/" ,
16
16
"prepublish" : " npm run compile" ,
17
- "pretest" : " eslint ./src && npm run compile && babel -d tests/lib/ tests/src/"
17
+ "pretest" : " eslint ./src && npm run compile && babel -d tests/lib/ tests/src/" ,
18
+ "coveralls" : " cat ./reports/coverage/lcov.info | coveralls"
18
19
},
19
20
"repository" : {
20
21
"type" : " git" ,
39
40
"babel" : " 5.x" ,
40
41
"babel-eslint" : " ^4.1.4" ,
41
42
"chai" : " ^3.4.0" ,
43
+ "coveralls" : " ^2.11.4" ,
42
44
"eslint" : " >=1.8.0" ,
43
45
"istanbul" : " ^0.4.0" ,
44
46
"mocha" : " ^2.2.1" ,
You can’t perform that action at this time.
0 commit comments