Skip to content

Commit acdcefe

Browse files
authored
Update setup_matlab.yml
Try to extend setup_matlab.yml to support code coverage report generation
1 parent d3e7389 commit acdcefe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/setup_matlab.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515
test-results-junit: test-results/results.xml
1616
code-coverage-cobertura: code-coverage/coverage.xml
1717
source-folder: .
18+
- uses: codecov/codecov-action@v4
19+
with:
20+
file: coverage.xml

0 commit comments

Comments
 (0)