Skip to content

Commit

Permalink
Merge pull request #569 from TobyAndToby/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-5.x

Update codecov/codecov-action action to v5.1.2
  • Loading branch information
tobysmith568 authored Dec 23, 2024
2 parents 07e2c29 + 355eded commit 2d46c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/src-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: npx nx run-many --target test -- --ci --coverage

- name: Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ${{ env.CWD }}/coverage
Expand Down

0 comments on commit 2d46c41

Please sign in to comment.