Skip to content

Commit

Permalink
Merge pull request #2397 from farid-zare/CI
Browse files Browse the repository at this point in the history
Update codecov.yml
  • Loading branch information
farid-zare authored Feb 2, 2025
2 parents c1bd89f + 7a282af commit 567bbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run MATLAB Tests
run: |
matlab -batch "run('cobratoolbox/initCobraToolbox.m'); diary('test_results.txt'); run('cobratoolbox/testAll.m'); diary off;"
matlab -batch "run('cobratoolbox/initCobraToolbox.m'); diary('test_results.txt'); run('cobratoolbox/test/testAll.m'); diary off;"
- name: Debug Check If Coverage File Exists
run: |
Expand Down

0 comments on commit 567bbac

Please sign in to comment.