Skip to content

Commit 9135b50

Browse files
asbjornusubatoi
andauthored
Label is not optional (#44776)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent c769d7b commit 9135b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/code-security/how-tos/maintain-quality-code/set-up-code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ After your tests generate a Cobertura XML report, upload it to {% data variables
100100
1. Replace the following values:
101101
* **`COVERAGE-FILE-PATH.xml`**: The path to your Cobertura XML report (for example, `coverage.xml` or `target/site/jacoco/cobertura.xml`).
102102
* **`LANGUAGE`**: The primary language of the code being covered (for example, `Python`, `Java`, `JavaScript`).
103-
* **`LABEL`**: An optional label to identify this coverage report (for example, `code-coverage/pytest`).
103+
* **`LABEL`**: A label to identify this coverage report (for example, `code-coverage/pytest`).
104104
1. Commit and push the workflow change.
105105

106106
### Full workflow example

0 commit comments

Comments
 (0)