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

Commit 15aa546

Browse files
authored
Add enterprise url to readme
1 parent eb0c9e3 commit 15aa546

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
@@ -34,6 +34,13 @@ You'll need to provide the Report token from Codacy via an environment variable:
3434

3535
> Note: You should keep your API token well **protected**, as it grants owner permissions to your projects.
3636
37+
**Enterprise**
38+
39+
To send coverage in the enterprise version you should:
40+
```
41+
export CODACY_API_BASE_URL=<Codacy_instance_URL>:16006
42+
```
43+
3744
### [Mocha](http://mochajs.org) + [Blanket.js](https://github.com/alex-seville/blanket)
3845
- Install [blanket.js](http://blanketjs.org/)
3946
- Configure blanket according to [docs](https://github.com/alex-seville/blanket/blob/master/docs/getting_started_node.md).

0 commit comments

Comments
 (0)