Skip to content

Commit

Permalink
Merge pull request #51 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 c0f5a7d + fe9bbf1 commit 09b54a6
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 lapy --cov=lapy --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 09b54a6

Please sign in to comment.