Skip to content

Commit 557a211

Browse files
Update README.md
1 parent dcc4bd6 commit 557a211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Use MATLAB with [Codecov](https://codecov.io)
22

3-
This example shows how to run MATLAB® tests, produce a code coverage report, and upload the report to Codecov. The repository includes these files.
3+
This example shows how to run MATLAB® tests, produce code coverage results, and upload the results to Codecov. The repository includes these files.
44

55
| **File Path** | **Description** |
66
|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
77
| `source/quadraticSolver.m` | A function that solves quadratic equations |
88
| `tests/SolverTest.m` | A class that tests the `quadraticSolver` function |
9-
| `runMyTests.m` | A script that creates a test suite and a test runner that outputs a Cobertura code coverage report |
9+
| `runMyTests.m` | A script that creates a test suite and a test runner that produces code coverage results in Cobertura XML format |
1010
| `azure-pipelines.yml` | A configuration example for [Azure® DevOps](https://marketplace.visualstudio.com/items?itemName=MathWorks.matlab-azure-devops-extension) |
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)
@@ -16,7 +16,7 @@ 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.
19-
3) Produce a code coverage report in Cobertura XML format for the `source` folder.
19+
3) Produce code coverage results in Cobertura XML format for the `source` folder.
2020
4) Upload the produced artifact to Codecov.
2121

2222
### Azure DevOps

0 commit comments

Comments
 (0)