We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6018e92 commit 8393272Copy full SHA for 8393272
.github/workflows/matlab_test_and_coverage.yml
@@ -70,7 +70,7 @@ jobs:
70
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
71
# no coverage on windows as long as MOcov does not support it
72
# see https://github.com/MOcov/MOcov/issues/28
73
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
74
with:
75
file: coverage.xml # optional
76
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
.github/workflows/octave_test_and_coverage.yml
@@ -31,7 +31,7 @@ jobs:
31
cover_xml_file: coverage.xml
32
33
- name: Code coverage
34
35
36
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
37
0 commit comments