This repository was archived by the owner on Dec 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
22.DS_Store
33npm-debug.log
44package-lock.json
5+ .nyc_output /
Original file line number Diff line number Diff line change 11language : node_js
2+
23node_js : stable
4+
35script :
46 - npm run test-browsers
7+
58addons :
69 hosts :
710 - airtap.local
811 sauce_connect : true
12+
13+ after_success : npm run coverage
Original file line number Diff line number Diff line change 66[ ![ npm] ( https://img.shields.io/npm/v/level-js.svg )] ( https://www.npmjs.com/package/level-js )
77[ ![ Travis] ( https://secure.travis-ci.org/Level/level-js.svg?branch=master )] ( http://travis-ci.org/Level/level-js )
88[ ![ npm] ( https://img.shields.io/npm/dm/level-js.svg )] ( https://www.npmjs.com/package/level-js )
9+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/Level/level-js/badge.svg )] ( https://coveralls.io/github/Level/level-js )
910[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
1011
1112## Table of Contents
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "main" : " index.js" ,
88 "scripts" : {
9- "test" : " standard && airtap --local test/index.js" ,
10- "test-browsers" : " standard && airtap --sauce-connect --loopback airtap.local test/index.js" ,
9+ "test" : " standard && airtap --local --coverage test/index.js" ,
10+ "test-browsers" : " standard && airtap --sauce-connect --loopback airtap.local --coverage test/index.js" ,
11+ "coverage" : " nyc report --reporter=text-lcov | coveralls" ,
1112 "remark" : " remark README.md CONTRIBUTORS.md CHANGELOG.md UPGRADING.md -o"
1213 },
1314 "files" : [
3738 "devDependencies" : {
3839 "airtap" : " 0.1.0" ,
3940 "buffer" : " ~5.1.0" ,
41+ "coveralls" : " ^3.0.2" ,
4042 "level-community" : " ~3.0.0" ,
43+ "nyc" : " ^12.0.2" ,
4144 "remark-cli" : " ^5.0.0" ,
4245 "remark-collapse" : " ~0.1.2" ,
4346 "remark-git-contributors" : " ~0.2.1" ,
You can’t perform that action at this time.
0 commit comments