Skip to content

Commit

Permalink
Merge pull request #355 from codacy/doc/fix-typo
Browse files Browse the repository at this point in the history
doc: Fix typo on Adding coverage to your repository
  • Loading branch information
Paulo Ribeiro authored Nov 8, 2021
2 parents a29ca5c + e90fcb9 commit 60696d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ After having coverage reports set up for your repository, you must use Codacy Co
1. Optionally, [add a Codacy badge](https://docs.codacy.com/repositories/badges/) to the README of your repository to display the current code coverage.
To validate that the coverage setup is complete, **wait until your repository has at least two new commits** and check that Codacy displays the coverage information on the last commit or in subsequent pull requests, either as a positive, negative, or no variation (repesented by `=`) of the coverage percentage:
To validate that the coverage setup is complete, **wait until your repository has at least two new commits** and check that Codacy displays the coverage information on the last commit or in subsequent pull requests, either as a positive, negative, or no variation (represented by `=`) of the coverage percentage:
![Coverage data displayed on Codacy](images/coverage-codacy-ui.png)
Follow [these troubleshooting steps](troubleshooting-common-issues.md#no-coverage-visible) if Codacy doesn't display the coverage data for your commit or pull request (repesented by `-`).
Follow [these troubleshooting steps](troubleshooting-common-issues.md#no-coverage-visible) if Codacy doesn't display the coverage data for your commit or pull request (represented by `-`).

### Uploading multiple coverage reports for the same language {: id="multiple-reports"}

Expand All @@ -205,7 +205,7 @@ bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
```

!!! note
Altenatively, you can upload each report separately with the flag `--partial` and notify Codacy with the `final` command after uploading all reports. For example:
Alternatively, you can upload each report separately with the flag `--partial` and notify Codacy with the `final` command after uploading all reports. For example:

```bash
bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
Expand Down

0 comments on commit 60696d7

Please sign in to comment.