Commit e6d97342 authored by Evan Read's avatar Evan Read

Minor restructure of instructions

parent dad714c5
...@@ -211,16 +211,17 @@ averaged. ...@@ -211,16 +211,17 @@ averaged.
To define a coverage-parsing regular expression: To define a coverage-parsing regular expression:
1. On the top bar, select **Menu > Projects** and find your project. - In the GitLab UI:
1. On the left sidebar, select **Settings > CI/CD**.
1. Expand **General pipelines**. 1. On the top bar, select **Menu > Projects** and find your project.
1. In the **Test coverage parsing** field, enter a regular expression. 1. On the left sidebar, select **Settings > CI/CD**.
Leave blank to disable this feature. 1. Expand **General pipelines**.
1. In the **Test coverage parsing** field, enter a regular expression. Leave blank to disable this feature.
Alternatively, provide a regular expression using the [`coverage`](../yaml/index.md#coverage) - Using the project's `.gitlab-ci.yml`, provide a regular expression using the [`coverage`](../yaml/index.md#coverage)
keyword in your project's `.gitlab-ci.yml`. keyword.
You can use <https://rubular.com> to test your regex. The regex returns the **last** You can use <https://rubular.com> to test your regular expression. The regular expression returns the **last**
match found in the output. match found in the output.
### Test coverage examples ### Test coverage examples
......
Markdown is supported
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