Skip to content

Commit

Permalink
Merge pull request #451 from jrobichaud/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4
  • Loading branch information
jrobichaud authored Feb 5, 2024
2 parents da82142 + 37bc246 commit 0faeb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CELERY_BROKER_URL: redis://0.0.0.0:6379
DJANGO_SETTINGS_MODULE: config.settings.test_demo_app
run: pytest --cov=./django_structlog_demo_project --cov-append django_structlog_demo_project
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
test:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: supercharge/[email protected]
- name: Test with tox
run: tox
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 0faeb67

Please sign in to comment.