Skip to content

Commit

Permalink
Merge pull request #222 from dandi/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4

[gh-actions](deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
yarikoptic authored Feb 5, 2024
2 parents 9b9c283 + ff2c637 commit c3a74cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-nonetwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
DANDI_TESTS_NONETWORK: 1

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
# name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
run: tox -e py -- -s --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
# name: codecov-umbrella
# yml: ./codecov.yml
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c3a74cc

Please sign in to comment.