File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ before_script:
2323 - npm install seneca$SENECA_VER
2424 - psql -U postgres -f docker/dbschema.sql
2525 - echo FLAGS:$LAB_FLAGS
26+
27+ after_script :
28+ - npm run coverage
Original file line number Diff line number Diff line change 77[ ![ Build Status] [ travis-badge ]] [ travis-url ]
88[ ![ Code Climate] [ codeclimate-badge ]] [ codeclimate-url ]
99[ ![ Dependency Status] [ david-badge ]] [ david-url ]
10+ [ ![ Coveralls] [ BadgeCoveralls ]] [ Coveralls ]
1011[ ![ Gitter] [ gitter-badge ]] [ gitter-url ]
1112
1213## Description
@@ -176,3 +177,5 @@ Licensed under [MIT][].
176177[ seneca ] : http://senecajs.org/
177178[ nodepg ] : https://github.com/brianc/node-postgres
178179[ Senecajs org ] : https://github.com/senecajs/
180+ [ Coveralls ] : https://coveralls.io/github/senecajs/seneca-postgres-store?branch=master
181+ [ BadgeCoveralls ] : https://coveralls.io/repos/github/senecajs/seneca-postgres-store/badge.svg?branch=master
Original file line number Diff line number Diff line change 4040 "test" : " lab test -r console -v -L -t 60 $LAB_FLAGS" ,
4141 "test:node6" : " LAB_FLAGS='--leaks' && npm t" ,
4242 "lint" : " lab -dL" ,
43- "coverage" : " lab -s test/*test.js -r lcov | coveralls" ,
43+ "coverage" : " lab test/*. test.js -v -r lcov | coveralls" ,
4444 "annotate" : " docco lib/query-builder.js -o doc"
4545 },
4646 "dependencies" : {
6060 "seneca-store-test" : " 1.0.0" ,
6161 "seneca-store-query" : " 0.x.x" ,
6262 "lab" : " 6.x.x" ,
63- "code" : " 1.5.x"
63+ "code" : " 1.5.x" ,
64+ "coveralls" : " 2.11.x"
6465 }
6566}
You can’t perform that action at this time.
0 commit comments