mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 01:06:30 -05:00
chore(deps): update codecov/codecov-action action to v4.6.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f97e5469ac
commit
09e365ceea
2 changed files with 3 additions and 3 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
|
||||
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
|
||||
with:
|
||||
directory: backend/coverage-e2e
|
||||
flags: backend, e2e-tests, backend-e2e-tests
|
||||
|
|
4
.github/workflows/test-and-build.yml
vendored
4
.github/workflows/test-and-build.yml
vendored
|
@ -59,14 +59,14 @@ jobs:
|
|||
|
||||
- name: Upload backend coverage
|
||||
if: "${{ matrix.coverage == true }}"
|
||||
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
|
||||
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
|
||||
with:
|
||||
directory: backend/coverage
|
||||
flags: backend, unit-tests, backend-unit-tests
|
||||
|
||||
- name: Upload frontend coverage
|
||||
if: "${{ matrix.coverage == true }}"
|
||||
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
|
||||
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
|
||||
with:
|
||||
directory: frontend/coverage
|
||||
flags: frontend, unit-tests, frontend-unit-tests
|
||||
|
|
Loading…
Reference in a new issue