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

Commit 149e9c2

Browse files
authored
Add Windows command notes to README
1 parent 3126aec commit 149e9c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ You'll need to provide the secret Account API token from [Codacy Account](https:
187187
* Pass an extra parameter to the codacy-coverage reporter `--language typescript` or `--language coffeescript`.
188188
* If you have multiple languages you need to invoke the reporter for each of them.
189189

190+
### Run in Windows
191+
192+
If you are running coverage in a windows machine without Unix tools,
193+
you need to change the command to `codacy-coverage < ./test/unit/coverage/lcov.info`.
194+
190195
## Troubleshooting
191196

192197
### Path Problems

0 commit comments

Comments
 (0)