Skip to content

Commit

Permalink
ci: bump codecov/codecov-action
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 955f1f08ad225eafd3396525634e1211cf89485f to e43f28e103e52bb26d252b5a97fcdfa06175321e.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@955f1f0...e43f28e)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 17de88a commit 6a4d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@955f1f08ad225eafd3396525634e1211cf89485f # v4.5.0
uses: codecov/codecov-action@e43f28e103e52bb26d252b5a97fcdfa06175321e # v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./app/coverage/clover.xml
Expand Down

0 comments on commit 6a4d8a7

Please sign in to comment.