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:
6
.github/workflows/test-package.yml
vendored
6
.github/workflows/test-package.yml
vendored
@ -105,7 +105,11 @@ jobs:
|
|||||||
run: bash scripts/test.sh
|
run: bash scripts/test.sh
|
||||||
|
|
||||||
- name: Upload coverage
|
- 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
|
- name: Test & publish code coverage
|
||||||
uses: paambaati/codeclimate-action@v5.0.0
|
uses: paambaati/codeclimate-action@v5.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user