Skip to content

Commit

Permalink
Merge pull request #126 from Segelzwerg/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4.5.0

Bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
Segelzwerg authored Jun 14, 2024
2 parents a8ddf26 + fd129f2 commit 26f38ac
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 @@ -48,7 +48,7 @@ jobs:
poetry run coverage run runtest.py
poetry run coverage json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Segelzwerg/django-dynamic-theme

0 comments on commit 26f38ac

Please sign in to comment.