File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# parse-server-s3-adapter
2
+ [ ![ codecov.io] ( https://codecov.io/github/parse-server-modules/parse-server-s3-adapter/coverage.svg?branch=master )] ( https://codecov.io/github/parse-server-modules/parse-server-s3-adapter?branch=master )
3
+ [ ![ Build Status] ( https://travis-ci.org/parse-server-modules/parse-server-s3-adapter.svg?branch=master )] ( https://travis-ci.org/parse-server-modules/parse-server-s3-adapter )
4
+
2
5
parse-server adapter for AWS S3
3
6
4
7
# installation
Original file line number Diff line number Diff line change 4
4
"description" : " AWS S3 adapter for parse-server" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " jasmine"
7
+ "test" : " istanbul cover -x **/spec/** jasmine --captureExceptions && codecov "
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
22
22
},
23
23
"homepage" : " https://github.com/parse-server-modules/parse-server-s3-adapter#readme" ,
24
24
"dependencies" : {
25
- "aws-sdk" : " ^2.2.46" ,
25
+ "aws-sdk" : " ^2.2.46"
26
+ },
27
+ "devDependencies" : {
28
+ "codecov" : " ^1.0.1" ,
29
+ "istanbul" : " ^0.4.2" ,
26
30
"jasmine" : " ^2.4.1" ,
27
31
"parse-server-conformance-tests" : " ^1.0.0"
28
32
}
You can’t perform that action at this time.
0 commit comments