Skip to content

Commit 59c8d8d

Browse files
authored
Merge pull request #20 from mcafaro/activate-code-coverage
Update actions to latest versions
2 parents 97097da + b411f30 commit 59c8d8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name: Run MATLAB Tests on GitHub-Hosted Runner
22
on: [push]
33
jobs:
4-
my-job:
4+
test:
55
name: Run MATLAB Tests and Generate Artifacts
66
runs-on: ubuntu-latest
77
steps:
88
- name: Check out repository
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Set up MATLAB
11-
uses: matlab-actions/setup-matlab@v1
11+
uses: matlab-actions/setup-matlab@v2
12+
with:
13+
products: Text_Analytics_Toolbox
14+
cache: true
1215
- name: Run tests and generate artifacts
13-
uses: matlab-actions/run-tests@v1
16+
uses: matlab-actions/run-tests@v2
1417
with:
1518
test-results-junit: test-results/results.xml
1619
code-coverage-cobertura: code-coverage/coverage.xml
1720
source-folder: .
18-
- uses: codecov/codecov-action@v4
19-
with:
20-
file: coverage.xml
2121
- name: Upload coverage reports to Codecov
22-
uses: codecov/codecov-action@v4.0.1
22+
uses: codecov/codecov-action@v4
2323
with:
2424
token: ${{ secrets.CODECOV_TOKEN }}
2525
slug: matlab-deep-learning/llms-with-matlab

0 commit comments

Comments
 (0)