File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
3
- ' 12.14.0'
4
- after_success : npm run coverage
4
+ after_success : npm run coveralls
Original file line number Diff line number Diff line change 4
4
"description" : " Lambda function for executing pg_dump and streaming the output to s3." ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
+ "aws-sdk" : " 2.595.0" ,
7
8
"moment" : " 2.24.0" ,
8
9
"through2" : " 3.0.1"
9
10
},
10
11
"devDependencies" : {
11
- "aws-sdk" : " 2.595.0" ,
12
12
"chai" : " 4.2.0" ,
13
13
"chai-as-promised" : " 7.1.1" ,
14
14
"coveralls" : " 3.0.9" ,
27
27
"scripts" : {
28
28
"test" : " NODE_ENV=test mocha test" ,
29
29
"test:watch" : " NODE_ENV=test mocha test -w" ,
30
- "coverage" : " nyc --reporter=text-lcov mocha test| coveralls" ,
31
- "coverage-html" : " nyc --reporter=html --reporter=text mocha test" ,
32
- "deploy" : " bash bin/makezip.sh"
30
+ "coverage" : " NODE_ENV=test nyc --reporter=text mocha test" ,
31
+ "coveralls" : " NODE_ENV=test nyc --reporter=text-lcov mocha test | coveralls" ,
32
+ "coverage-html" : " NODE_ENV=test nyc --reporter=html --reporter=text mocha test" ,
33
+ "deploy" : " bin/makezip.sh"
33
34
},
34
35
"repository" : {
35
36
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments