Skip to content

CodeIssuesTask action - #214

Merged
Kevin-Mattheus-Moerman merged 2 commits into
masterfrom
code-issues-action
Aug 1, 2026
Merged

CodeIssuesTask action#214
Kevin-Mattheus-Moerman merged 2 commits into
masterfrom
code-issues-action

Conversation

@martinherrerias

Copy link
Copy Markdown
Collaborator

Add a "build" step to the CI workflow, that runs the Code Analyser (CodeIssuesTask) and fails on errors. It should help keeping track of features of MATLAB that change over time. E.g. there's a couple of issues that used to be warnings, but became errors after R2025a:

  • docs/DEMO_febio_0059_face_mask_loading.m used 1:size(Vr1) where Vr1 is a 2D array, which now requires an explicit 1:size(Vr1,1)
  • JavaFrame has been dropped. I created a new issue for this (Drop dependency on findjobj #213), for now I hard-set the severity of the error back to "warning" and added an additional check that should warn for future uses of findjobj.

Provisionally reducing the severity of JavaFrame error,
removing dependency on findjobj should become a new issue
@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.86%. Comparing base (8dd0d6c) to head (8feebef).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #214   +/-   ##
======================================
  Coverage    0.86%   0.86%           
======================================
  Files         625     625           
  Lines       27004   27004           
======================================
  Hits          233     233           
  Misses      26771   26771           
Flag Coverage Δ
matlab 0.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kevin-Mattheus-Moerman
Kevin-Mattheus-Moerman merged commit dd84d58 into master Aug 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants