Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 11e436d

Browse files
authored
Fix api_url override
1 parent a76f3c3 commit 11e436d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export CODACY_PROJECT_TOKEN=%Project_Token%
4040

4141
To send coverage in the enterprise version you should:
4242
```
43-
export CODACY_API_BASE_URL=<Codacy_instance_URL>:16006
43+
export CODACY_BASE_API_URL=<Codacy_instance_URL>:16006
4444
```
4545

4646
By default this plugin will not submit results if you run your tests in localhost. If you want to force the submission you can setup the following environment variable:

0 commit comments

Comments
 (0)