Skip to content

Commit fc54a51

Browse files
authored
Update setup_matlab.yml
1 parent 2a9a16a commit fc54a51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/setup_matlab.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ jobs:
2424
name: test-artifacts
2525
path: |
2626
test-results/results.xml
27-
code-coverage/coverage.xml
27+
code-coverage/coverage.xml
28+
- name: Run code coverage tests
29+
uses: codecov/codecov-action@v4
30+
with:
31+
file: code-coverage/coverage.xml

0 commit comments

Comments
 (0)