Skip to content

Commit

Permalink
feat: Add inline coverage toggle screenshot; Clarify inline coverage …
Browse files Browse the repository at this point in the history
…details
  • Loading branch information
Cláudia Carpinteiro committed Apr 30, 2024
1 parent 2dfaf15 commit c7d6de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ The **Pull request status** tab displays the following information for the pull

- The **diff coverage and coverage variation** introduced by the pull request. These are the same values you find in the [Pull request coverage overview](../repositories-coverage/pull-requests.md#coverage-overview) panel in the Codacy app.

The percentage next to each file name is the coverage variation for that file. You can toggle on the coverage details to see the line-by-line coverage variation introduced by the pull request on that file.<!--TODO DOCS-681 Explain how to toggle on/off--> These are the same details you find in the [coverage Diff tab of the pull request](../repositories-coverage/pull-requests.md#diff-tab) in the Codacy app.
When this item is expanded, the percentage next to each file name is the coverage variation for that file. You can toggle on/off the inline coverage to see/hide the line-by-line diff coverage and a comparison of the old and new file content for each modified file - uncovered (red), covered (green), and non-coverable lines (no backgroud). These are the same details you find in the [coverage Diff tab of the pull request](../repositories-coverage/pull-requests.md#diff-tab) in the Codacy app.

Check failure on line 33 in docs/getting-started/integrating-codacy-with-visual-studio-code.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'backgroud'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'backgroud'?", "location": {"path": "docs/getting-started/integrating-codacy-with-visual-studio-code.md", "range": {"start": {"line": 33, "column": 333}}}, "severity": "ERROR"}

![Toggle inline coverage](./images/codacy-vscode-extension-inline-coverage.png)

- Sequences of **duplicate code** (clones) introduced by the pull request. These are the same ones you find in the [Quality Duplication tabs](../repositories/pull-requests.md#duplication-tabs) in the Codacy app.

Expand Down

0 comments on commit c7d6de0

Please sign in to comment.