Skip to content

Commit

Permalink
Adding cobertura test results.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurston committed Feb 26, 2024
1 parent 0447ddb commit 4e13b7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest] #, macos-latest, windows-latest]
release: [R2020b,R2021a,R2021b,R2022a,R2022b]
platform: [ubuntu-latest, windows-latest] #, macos-latest]
release: [R2020b,latest]
name: Run MATLAB Tests and Generate Artifacts
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -16,9 +16,11 @@ jobs:
with:
release: ${{matrix.release}}
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v1
uses: matlab-actions/run-tests@v2
with:
select-by-folder: test
select-by-tag: Github

use-parallel: false
code-coverage-cobertura: ./coverage.xml


0 comments on commit 4e13b7e

Please sign in to comment.