Skip to content

Commit

Permalink
Merge pull request #38 from speg03/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
speg03 committed Feb 22, 2024
2 parents 95a5e31 + 5af0d74 commit 98d2d56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Expand Up @@ -59,7 +59,9 @@ jobs:
run: make test

- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

publish:
needs: test
Expand Down

0 comments on commit 98d2d56

Please sign in to comment.