We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3281a4 commit e65d90fCopy full SHA for e65d90f
index.js
@@ -62,6 +62,7 @@ var data = {
62
};
63
64
var options = url.parse(baseUrl+'/repositories/'+repositoryName+'/data/code-coverage'+(program.accessToken ? '?access_token='+program.accessToken : ''));
65
+options.method = 'POST';
66
options.headers = {
67
'Content-Type': 'application/json'
68
0 commit comments