Skip to content

Commit

Permalink
Merge pull request #1968 from python-gitlab/renovate/codecov-codecov-…
Browse files Browse the repository at this point in the history
…action-3.x

chore(deps): update codecov/codecov-action action to v3
  • Loading branch information
nejch committed Apr 5, 2022
2 parents 3be5ac2 + 292e91b commit de8cfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
run: tox -- --override-ini='log_cli=True'
- name: Upload codecov coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
flags: ${{ matrix.toxenv }}
Expand All @@ -97,7 +97,7 @@ jobs:
TOXENV: cover
run: tox
- name: Upload codecov coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
flags: unit
Expand Down

0 comments on commit de8cfd9

Please sign in to comment.