Skip to content
Snippets Groups Projects
Unverified Commit aa028a5a authored by Russell Dickenson's avatar Russell Dickenson Committed by GitLab
Browse files

Merge branch 'andykass-master-patch-85109' into 'master'

Update image alt texts

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181196



Merged-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Approved-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Co-authored-by: default avatarAndy Kass <a_kass@yahoo.com>
parents 96e9c8c0 7cfb7015
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ were introduced by the changes made in the merge request. Multiple Code Quality
fingerprints display as a single entry in the merge request widget. Each individual finding is available in the
full report available in the **Pipeline** details view.
![Code Quality Widget](img/code_quality_widget_v13_11.png)
![List of issues in the merge request, ordered by decreasing severity](img/code_quality_widget_v13_11.png)
### Merge request changes view
......@@ -137,7 +137,7 @@ full report available in the **Pipeline** details view.
Code Quality results display in the merge request **Changes** view. Lines containing Code Quality
issues are marked by a symbol beside the gutter. Select the symbol to see the list of issues, then select an issue to see its details.
![Code Quality Inline Indicator](img/code_quality_inline_indicator_v16_7.png)
![Color and shape of symbol indicates severity of the issue on that line](img/code_quality_inline_indicator_v16_7.png)
### Pipeline details view
......@@ -152,7 +152,7 @@ The full list of Code Quality violations generated by a pipeline is shown in the
tab of the pipeline's details page. The pipeline details view displays all Code Quality findings
that were found on the branch it was run on.
![Code Quality Report](img/code_quality_report_v13_11.png)
![List of all issues in the branch, ordered by decreasing severity](img/code_quality_report_v13_11.png)
### Project quality view
......@@ -172,7 +172,7 @@ that were found on the branch it was run on.
The project quality view displays an overview of the code quality findings. The view can be found under **Analyze > CI/CD analytics**, and requires [`project_quality_summary_page`](../../user/feature_flags.md) feature flag to be enabled for this particular project.
![Code Quality Summary](img/code_quality_summary_v15_9.png)
![Total number of issues, called violations, followed by the number of issues of each severity](img/code_quality_summary_v15_9.png)
## Code Quality report format
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment