Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Merge pull request #19 from dougiesquire/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
dougiesquire authored Feb 26, 2024
2 parents 6affb87 + c1b768e commit 22e10ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
run: python -m pytest -s .

- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml

0 comments on commit 22e10ce

Please sign in to comment.