Skip to content

Commit 8a2c19e

Browse files
Update README.md
1 parent 557a211 commit 8a2c19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This example shows how to run MATLAB® tests, produce code coverage results,
1111
| `.circleci/config.yml` | A configuration example for [CircleCI®](https://circleci.com/orbs/registry/orb/mathworks/matlab)
1212
| `.github/workflows/workflow.yml` | A configuration example for [GitHub® Actions](https://github.com/matlab-actions)
1313

14-
## Produce and Publish Coverage Reports
14+
## Produce and Publish Coverage Results
1515
Each of these pipeline definitions does four things:
1616

1717
1) Install the latest MATLAB release on a Linux®-based build agent.
1818
2) Run all MATLAB tests in the root of your repository, including its subfolders.
1919
3) Produce code coverage results in Cobertura XML format for the `source` folder.
20-
4) Upload the produced artifact to Codecov.
20+
4) Upload the coverage artifact to Codecov.
2121

2222
### Azure DevOps
2323

0 commit comments

Comments
 (0)