File tree 5 files changed +188
-202
lines changed
5 files changed +188
-202
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis-pro
2
+ repo_token : 5F6dODinz9L9uFR6HatKmtsYDoV1A5S2N
Original file line number Diff line number Diff line change 3
3
- ' 0.10'
4
4
- ' 6.9'
5
5
- ' 8'
6
+ after_success : ' npm run coveralls'
Original file line number Diff line number Diff line change 1
1
pg-connection-string
2
2
====================
3
3
4
+ [ ![ NPM] ( https://nodei.co/npm/pg-connection-string.png?compact=true )] ( https://nodei.co/npm/pg-connection-string/ )
5
+
4
6
[ ![ Build Status] ( https://travis-ci.org/iceddev/pg-connection-string.svg?branch=master )] ( https://travis-ci.org/iceddev/pg-connection-string )
7
+ [ ![ Coverage Status] ( https://coveralls.io/repos/iceddev/pg-connection-string/badge.svg?branch=master )] ( https://coveralls.io/r/iceddev/pg-connection-string?branch=master )
5
8
6
9
Functions for dealing with a PostgresSQL connection string
7
10
Original file line number Diff line number Diff line change 5
5
"main" : " ./index.js" ,
6
6
"types" : " ./index.d.ts" ,
7
7
"scripts" : {
8
- "test" : " tap ./test"
8
+ "test" : " istanbul cover _mocha && npm run check-coverage" ,
9
+ "check-coverage" : " istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100" ,
10
+ "coveralls" : " cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
9
11
},
10
12
"repository" : {
11
13
"type" : " git" ,
25
27
"homepage" : " https://github.com/iceddev/pg-connection-string" ,
26
28
"dependencies" : {},
27
29
"devDependencies" : {
28
- "tap" : " ^10.3.3"
30
+ "chai" : " ^4.1.1" ,
31
+ "istanbul" : " ^0.4.5" ,
32
+ "mocha" : " ^3.5.0"
29
33
}
30
34
}
You can’t perform that action at this time.
0 commit comments