We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3094a9 commit 9e3b57dCopy full SHA for 9e3b57d
1 file changed
lib/reporter.js
@@ -26,7 +26,7 @@
26
throw optionsValid.error;
27
}
28
29
- var endpoint = options.endpoint || 'https://api.codacy.com/2.0/coverage/:commitId/javascript';
+ var endpoint = (options.endpoint || 'https://api.codacy.com') + '/2.0/coverage/:commitId/javascript';
30
logger.debug('Setting up reporter communicating to: ' + endpoint);
31
32
return {
0 commit comments