build(deps): bump codecov/codecov-action from 3.1.6 to 4.1.0 (#1272)

* build(deps): bump codecov/codecov-action from 3.1.6 to 4.1.0

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 4.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.6...v4.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* add token to codecov step

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
dependabot[bot]
2024-03-23 20:51:27 +01:00
committed by GitHub
parent d7e078f573
commit 1ed0d5a87f

View File

@ -105,7 +105,11 @@ jobs:
run: bash scripts/test.sh
- name: Upload coverage
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.1.0
with:
name: codecov-umbrella
token: ${{ secrets.CODCOV_TOKEN }}
verbose: true
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v5.0.0