Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
m-reuter authored Feb 27, 2024
2 parents f661ea9 + 3a707e9 commit 931ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pytest brainprint --cov=brainprint --cov-report=xml --cov-config=pyproject.toml
- name: Upload to codecov
if: ${{ matrix.os == 'ubuntu' && matrix.python-version == 3.9 }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
flags: unittests # optional
Expand Down

0 comments on commit 931ac5b

Please sign in to comment.