Skip to content

Commit

Permalink
Merge pull request #20 from mcafaro/activate-code-coverage
Browse files Browse the repository at this point in the history
Update actions to latest versions
  • Loading branch information
debymf committed Apr 20, 2024
2 parents 97097da + b411f30 commit 59c8d8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/setup_matlab.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Run MATLAB Tests on GitHub-Hosted Runner
on: [push]
jobs:
my-job:
test:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
products: Text_Analytics_Toolbox
cache: true
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v1
uses: matlab-actions/run-tests@v2
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
source-folder: .
- uses: codecov/codecov-action@v4
with:
file: coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: matlab-deep-learning/llms-with-matlab

0 comments on commit 59c8d8d

Please sign in to comment.