File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ repo_token : ZcEtDoRq4GHgnhq73062L2ZOWWXYdo4yZ
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- " 4"
4
+ script : npm run coveralls
4
5
notifications :
5
6
email :
6
7
on_success : never
Original file line number Diff line number Diff line change 1
1
[ ![ npm] ( https://img.shields.io/npm/v/fs-js-lite.svg?maxAge=2592000 )] ( https://www.npmjs.com/package/fs-js-lite )
2
2
[ ![ Build Status] ( https://travis-ci.org/FamilySearch/fs-js-lite.svg?branch=master )] ( https://travis-ci.org/FamilySearch/fs-js-lite )
3
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/FamilySearch/fs-js-lite/badge.svg?branch=master )] ( https://coveralls.io/github/FamilySearch/fs-js-lite?branch=master )
3
4
4
5
# FamilySearch Lite JavaScript SDK
5
6
Original file line number Diff line number Diff line change 9
9
"prepublish" : " npm run build" ,
10
10
"build" : " mkdir -p dist && npm run build:full && npm run build:min" ,
11
11
"build:full" : " webpack --output-library FamilySearch src/FamilySearch.js dist/FamilySearch.js" ,
12
- "build:min" : " webpack --output-library FamilySearch --optimize-minimize src/FamilySearch.js dist/FamilySearch.min.js"
12
+ "build:min" : " webpack --output-library FamilySearch --optimize-minimize src/FamilySearch.js dist/FamilySearch.min.js" ,
13
+ "coverage" : " istanbul cover _mocha" ,
14
+ "coveralls" : " istanbul cover --report lcovonly _mocha && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
13
15
},
14
16
"repository" : {
15
17
"type" : " git" ,
22
24
"homepage" : " https://github.com/FamilySearch/fs-js-lite#readme" ,
23
25
"devDependencies" : {
24
26
"chai" : " ^3.5.0" ,
27
+ "coveralls" : " ^2.11.14" ,
25
28
"gedcomx-fs-js" : " ^1.1.0" ,
26
29
"gedcomx-js" : " ^2.5.0" ,
30
+ "istanbul" : " ^0.4.5" ,
27
31
"jsdom" : " ^9.4.2" ,
28
32
"mocha" : " ^3.0.2" ,
29
33
"nock" : " 8.0.0" ,
You can’t perform that action at this time.
0 commit comments