Skip to content

Commit 0811310

Browse files
authored
Update matlabact.yml
1 parent d081c0f commit 0811310

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/matlabact.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
name: matlab-coverage-report
5858
path: code-coverage/coverage.xml
5959

60+
- name: Upload Cobertura Coverage Artifact
61+
uses: actions/upload-artifact@v4
62+
if: always()
63+
with:
64+
name: matlab-cobertura-coverage-report
65+
path: coverageReport.xml
66+
6067
- name: Debug Coverage File
6168
run: cat code-coverage/coverage.xml
6269

0 commit comments

Comments
 (0)