From 50346e35d953e59aad0fbc44cd7651117ceb953b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Cort=C3=AAs?= Date: Wed, 22 Apr 2020 17:56:54 +0100 Subject: [PATCH] docs: Add example for undetected languages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c72202..3781d7ab 100644 --- a/README.md +++ b/README.md @@ -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