Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ After your tests generate a Cobertura XML report, upload it to {% data variables
1. Replace the following values:
* **`COVERAGE-FILE-PATH.xml`**: The path to your Cobertura XML report (for example, `coverage.xml` or `target/site/jacoco/cobertura.xml`).
* **`LANGUAGE`**: The primary language of the code being covered (for example, `Python`, `Java`, `JavaScript`).
* **`LABEL`**: An optional label to identify this coverage report (for example, `code-coverage/pytest`).
* **`LABEL`**: A label to identify this coverage report (for example, `code-coverage/pytest`).
1. Commit and push the workflow change.

### Full workflow example
Expand Down
Loading