Skip to content

Commit

Permalink
delete old coverage files and add new page for new coverage page cy-7340
Browse files Browse the repository at this point in the history
  • Loading branch information
joanasteodoro committed Sep 16, 2024
1 parent 5317af0 commit 3535b0f
Show file tree
Hide file tree
Showing 33 changed files with 56 additions and 331 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the main view, you can find the following information:

When this item is expanded, the number next to each file name is the total number of Quality issues that the pull request adds to that file.

- The **diff coverage** introduced by the pull request. This is the same value 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.
- The **diff coverage** introduced by the pull request. The percentage next to each file name is the coverage variation for that file.

- 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ The **Pull request status** tab displays the following information for the pull

![Important issues](./images/codacy-vscode-extension-important-issues.png)

- 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 **diff coverage and coverage variation** introduced by the pull request.

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 lines (red), covered lines with its test coverage count (green), and non-coverable lines (no background). 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 lines (red), covered lines with its test coverage count (green), and non-coverable lines (no background).

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

Expand Down
107 changes: 0 additions & 107 deletions docs/repositories-coverage/commits.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/repositories-coverage/files.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/repositories-coverage/images/commits.png
Binary file not shown.
Binary file removed docs/repositories-coverage/images/files-details.png
Binary file not shown.
Binary file removed docs/repositories-coverage/images/files-search.png
Binary file not shown.
Binary file removed docs/repositories-coverage/images/files.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/repositories-coverage/images/pull-requests.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
70 changes: 0 additions & 70 deletions docs/repositories-coverage/pull-requests.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/repositories-coverage/repository-dashboard.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/repositories/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ The **Complexity** tab displays the complexity changes introduced by the {{ page

![Complexity tab](./images/{{ page.meta.file_name }}-tab-complexity.png)

{%
include-markdown "../repositories-coverage/commits.md"
start="<!--tab-diff-start-->"
end="<!--tab-diff-end-->"
%}

## Diff tab

The **Diff** tab displays the code changes and issues introduced by the {{ page.meta.page_name }}. It includes the following areas:
Expand Down
Loading

0 comments on commit 3535b0f

Please sign in to comment.