Skip to content

Commit

Permalink
Merge pull request datalad#7683 from datalad/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/maint/codecov/codecov-action-5

[gh-actions](deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
yarikoptic authored Dec 14, 2024
2 parents 042f58e + 824222f commit 48da71f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:

- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: __testhome__
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
python -m coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: __testhome__
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python -m pytest -c ../tox.ini -s -v --cov=datalad --cov-report=xml --pyargs datalad.core datalad.support
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: __testhome__/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 48da71f

Please sign in to comment.