Skip to content

Commit 14ce9c8

Browse files
authored
Merge pull request #417 from codacy/fix-multiple-language-report-IO-52
Fix: documentation on how to correctly send a coverage report for mul…
2 parents 3afa7c6 + 7265fe6 commit 14ce9c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/uploading-coverage-in-advanced-scenarios.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ To do this, upload the same report multiple times, specifying each different lan
5757

5858
```bash
5959
bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
60-
-l Javascript -r report.xml
60+
--partial -l Javascript -r report.xml
6161
bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
62-
-l TypeScript -r report.xml
62+
--partial -l TypeScript -r report.xml
63+
bash <(curl -Ls https://coverage.codacy.com/get.sh) final
6364
```
6465

6566
## Uploading coverage for Golang {: id="golang"}

0 commit comments

Comments
 (0)