Skip to content

Commit

Permalink
Merge pull request #669 from fedejaure/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/codecov/codecov-action-4.2.0

Bump codecov/codecov-action from 3.1.4 to 4.2.0
  • Loading branch information
fedejaure committed Apr 7, 2024
2 parents d5f1a48 + 519cf54 commit c984261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:
nox --force-color --session=coverage -- --fmt xml
- name: Upload coverage report
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c984261

Please sign in to comment.