Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #85 from 1995parham-learning/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/codecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
1995parham authored Nov 18, 2024
2 parents aba7023 + d1c7456 commit 42148e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: pipenv run coverage xml
- run: pipenv run mypy .
- run: pipenv run pylint --enable-all-extensions --fail-under 5 app
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 42148e2

Please sign in to comment.