Skip to content

Commit

Permalink
Enable code coverage on Linux using 3P action-CodeCoverageSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
leihou6116 committed Oct 2, 2023
1 parent 7667b81 commit 95fe7e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ jobs:
uses: matlab-actions/run-tests@v1
with:
select-by-folder: matlab/test
code-coverage-cobertura: code-coverage/coverage.xml
- name: Code Coverage Summary Report
uses: irongut/[email protected]
with:
filename: code-coverage/coverage.xml
macos:
name: AMD64 macOS 11 MATLAB
runs-on: macos-latest
Expand Down

0 comments on commit 95fe7e0

Please sign in to comment.