Skip to content

Commit e65d90f

Browse files
committed
set request method to POST
1 parent d3281a4 commit e65d90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var data = {
6262
};
6363

6464
var options = url.parse(baseUrl+'/repositories/'+repositoryName+'/data/code-coverage'+(program.accessToken ? '?access_token='+program.accessToken : ''));
65+
options.method = 'POST';
6566
options.headers = {
6667
'Content-Type': 'application/json'
6768
};

0 commit comments

Comments
 (0)