We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49335e commit 7a09da9Copy full SHA for 7a09da9
.github/workflows/matlab_test_and_coverage.yml
@@ -62,7 +62,7 @@ jobs:
62
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
63
# no coverage on windows as long as MOcov does not support it
64
# see https://github.com/MOcov/MOcov/issues/28
65
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
66
with:
67
file: coverage.xml # optional
68
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
.github/workflows/octave_test_and_coverage.yml
@@ -26,7 +26,7 @@ jobs:
26
cover_xml_file: coverage.xml
27
28
- name: Code coverage
29
30
31
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
32
0 commit comments