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

Commit 3519152

Browse files
authored
Add enterprise url to readme
1 parent 4f21b62 commit 3519152

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ Then set it in your terminal, replacing %Project_Token% with your own token:
4141

4242
``export CODACY_PROJECT_TOKEN=%Project_Token%``
4343

44+
**Enterprise**
45+
46+
To send coverage in the enterprise version you should:
47+
48+
``export CODACY_API_BASE_URL=<Codacy_instance_URL>:16006``
49+
50+
**Upload Coverage**
51+
4452
Next, simply run the Codacy reporter. It will find the current commit and send all details to your project dashboard:
4553

4654
``python-codacy-coverage -r coverage.xml``

0 commit comments

Comments
 (0)