mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
build(deps): bump codecov/codecov-action from 5 to 6 (#4897)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
PROXY_REST_SECRET: ${{ secrets.PROXY_REST_SECRET }}
|
PROXY_REST_SECRET: ${{ secrets.PROXY_REST_SECRET }}
|
||||||
PROXY_REST_URL: ${{ secrets.PROXY_REST_URL }}
|
PROXY_REST_URL: ${{ secrets.PROXY_REST_URL }}
|
||||||
- name: Collect and upload the coverage report
|
- name: Collect and upload the coverage report
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v6
|
||||||
if: ${{ inputs.event_name != 'pull_request' }}
|
if: ${{ inputs.event_name != 'pull_request' }}
|
||||||
with:
|
with:
|
||||||
files: ./packages/${{ inputs.package }}/coverage/lcov.info
|
files: ./packages/${{ inputs.package }}/coverage/lcov.info
|
||||||
|
|||||||
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: yarn test:integration --filter=./packages/${{ inputs.package }}
|
run: yarn test:integration --filter=./packages/${{ inputs.package }}
|
||||||
timeout-minutes: 3
|
timeout-minutes: 3
|
||||||
- name: Collect and upload the coverage report
|
- name: Collect and upload the coverage report
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v6
|
||||||
with:
|
with:
|
||||||
files: ./packages/${{ inputs.package }}/coverage/lcov.info
|
files: ./packages/${{ inputs.package }}/coverage/lcov.info
|
||||||
flags: ${{ inputs.package }}-integration,${{ inputs.package }}
|
flags: ${{ inputs.package }}-integration,${{ inputs.package }}
|
||||||
|
|||||||
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: yarn test:unit --filter=./packages/${{ inputs.package }}
|
run: yarn test:unit --filter=./packages/${{ inputs.package }}
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
- name: Collect and upload the coverage report
|
- name: Collect and upload the coverage report
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v6
|
||||||
with:
|
with:
|
||||||
files: ./packages/${{ inputs.package }}/coverage/lcov.info
|
files: ./packages/${{ inputs.package }}/coverage/lcov.info
|
||||||
flags: ${{ inputs.package }}-unit,${{ inputs.package }}
|
flags: ${{ inputs.package }}-unit,${{ inputs.package }}
|
||||||
|
|||||||
Reference in New Issue
Block a user