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

Commit 6f71931

Browse files
committed
Add language docs
1 parent 3cff062 commit 6f71931

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
@@ -89,6 +89,11 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj
8989
### [gulp](http://gulpjs.com/)
9090
- Install & Configure [gulp-codacy](https://www.npmjs.com/package/gulp-codacy)
9191

92+
### Custom Language (Typescript, Coffeescript)
93+
94+
- Pass an extra parameter to the codacy-coverage reporter `--language typescript` or `--language coffeescript`.
95+
- If you have multiple language you need to invoke the reporter once for each of them.
96+
9297
### Troubleshooting
9398

9499
The paths in your coverage file should be relative, if you are having problems with absolute paths, you can run our plugin with `-p .` to strip the current path from the paths in your coverage file:

0 commit comments

Comments
 (0)