Skip to content

Commit

Permalink
Merge pull request Remi-Gau#33 from Remi-Gau/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
Remi-Gau authored Feb 5, 2024
2 parents 3ee5de0 + 0e6c02c commit e735409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
# no coverage on windows as long as MOcov does not support it
# see https://github.com/MOcov/MOcov/issues/28
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: coverage.xml # optional
flags: ${{ matrix.os }}_matlab-${{ matrix.version }}
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/octave_test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cover_xml_file: coverage.xml

- name: Code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: coverage.xml # optional
Expand Down

0 comments on commit e735409

Please sign in to comment.