Skip to content

Commit 417a201

Browse files
authored
Label is not optional
The `label` property of `actions/upload-code-coverage` is not optional.
1 parent fa4d1bc commit 417a201

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
@@ -60,7 +60,7 @@ After your tests generate a Cobertura XML report, upload it to {% data variables
6060
1. Replace the following values:
6161
* **`COVERAGE-FILE-PATH.xml`**: The path to your Cobertura XML report (for example, `coverage.xml` or `target/site/jacoco/cobertura.xml`).
6262
* **`LANGUAGE`**: The primary language of the code being covered (for example, `Python`, `Java`, `JavaScript`).
63-
* **`LABEL`**: An optional label to identify this coverage report (for example, `code-coverage/pytest`).
63+
* **`LABEL`**: A label to identify this coverage report (for example, `code-coverage/pytest`).
6464
1. Commit and push the workflow change.
6565

6666
### Full workflow example

0 commit comments

Comments
 (0)