Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.5 to 4.5.0 in the actions group …
Browse files Browse the repository at this point in the history
…across 1 directory (#398)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent 5dfd2fe commit ccc25c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
tox -e py
- name: Upload coverage
uses: codecov/codecov-action@v3.1.5
if: always()
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: ${{ matrix.python-version }}
name: Python ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit ccc25c5

Please sign in to comment.