Skip to content

Commit

Permalink
Merge pull request #203 from codacy/language-example
Browse files Browse the repository at this point in the history
docs: Add example for undetected languages
  • Loading branch information
mrfyda authored Apr 24, 2020
2 parents 1e40e52 + 50346e3 commit f3a6646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The reporter assumes the coverage reports filename follow the name convention. O
### Unsuported Languages

If your language is not in the list of supported languages, you can still send coverage to Codacy. You can do it by providing the correct `--language` name and then add the `--force-language` flag.
If your language is not in the list of supported languages, you can still send coverage to Codacy. You can do it by providing the correct `--language` name and then add the `--force-language` flag. For example: `bash <(curl -Ls https://coverage.codacy.com/get.sh) report --language Kotlin --force-language`.

## Commit SHA hash detection

Expand Down

0 comments on commit f3a6646

Please sign in to comment.