Skip to content

Commit e735409

Browse files
authored
Merge pull request Remi-Gau#33 from Remi-Gau/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 3ee5de0 + 0e6c02c commit e735409

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/matlab_test_and_coverage.yaml renamed to .github/workflows/matlab_test_and_coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
6363
# no coverage on windows as long as MOcov does not support it
6464
# see https://github.com/MOcov/MOcov/issues/28
65-
uses: codecov/codecov-action@v3
65+
uses: codecov/codecov-action@v4
6666
with:
6767
file: coverage.xml # optional
6868
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
6969
name: codecov-umbrella # optional
7070
fail_ci_if_error: true # optional (default = false)
71+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/octave_test_and_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cover_xml_file: coverage.xml
2727

2828
- name: Code coverage
29-
uses: codecov/codecov-action@v3
29+
uses: codecov/codecov-action@v4
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
3232
file: coverage.xml # optional

0 commit comments

Comments
 (0)