Skip to content

Revise note on codebase refactoring timeline #18

Revise note on codebase refactoring timeline

Revise note on codebase refactoring timeline #18

Workflow file for this run

name: Generate Test Artifacts on GitHub-Hosted Runner
on: [push]
jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Add subfolders to path
uses: matlab-actions/run-command@v1
with:
command: addpath(genpath('.'))
- name: Run tests and generate artifacts
uses: matlab-actions/run-tests@v1
with:
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml