Skip to content

Commit

Permalink
Merge pull request #63 from lesteenman/renovate/codecov-codecov-actio…
Browse files Browse the repository at this point in the history
…n-3.x

Update codecov/codecov-action action to v3
  • Loading branch information
lesteenman authored Apr 15, 2022
2 parents 6420758 + 4d58644 commit bb19db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cd discord_app && poetry run coverage run -m pytest && poetry run coverage xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: discord_app/coverage.xml
Expand Down

0 comments on commit bb19db2

Please sign in to comment.