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

Commit 6ca90be

Browse files
authored
Add enterprise url to readme
1 parent 7e88ca3 commit 6ca90be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Then set it in your terminal, replacing %Project_Token% with your own token:
3636
export CODACY_PROJECT_TOKEN=%Project_Token%
3737
```
3838

39+
**Enterprise**
40+
41+
To send coverage in the enterprise version you should:
42+
```
43+
export CODACY_API_BASE_URL=<Codacy_instance_URL>:16006
44+
```
45+
3946
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:
4047

4148
```

0 commit comments

Comments
 (0)