Skip to content

Commit

Permalink
Merge pull request #102 from datalad/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
jwodder committed Feb 16, 2024
2 parents 464eab3 + aecfc80 commit 2cd917b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-libfuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
name: libfuse
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
tox -e py3
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
name: no-fuse

0 comments on commit 2cd917b

Please sign in to comment.