Skip to content

Commit

Permalink
Merge pull request #75 from funkelab/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

ci(dependabot): bump codecov/codecov-action from 3 to 4
  • Loading branch information
tlambert03 authored Feb 7, 2024
2 parents 3d56e6a + 32065f7 commit 9a67800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
run: pytest tests -v --color=yes --cov=motile --cov-report=xml

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

0 comments on commit 9a67800

Please sign in to comment.