mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update codecov/codecov-action action to v3.1.6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
96353811a5
commit
8255fd1612
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 }}
|
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
|
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
|
||||||
with:
|
with:
|
||||||
directory: backend/coverage-e2e
|
directory: backend/coverage-e2e
|
||||||
flags: backend, e2e-tests, backend-e2e-tests
|
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
|
- name: Upload backend coverage
|
||||||
if: "${{ matrix.coverage == true }}"
|
if: "${{ matrix.coverage == true }}"
|
||||||
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
|
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
|
||||||
with:
|
with:
|
||||||
directory: backend/coverage
|
directory: backend/coverage
|
||||||
flags: backend, unit-tests, backend-unit-tests
|
flags: backend, unit-tests, backend-unit-tests
|
||||||
|
|
||||||
- name: Upload frontend coverage
|
- name: Upload frontend coverage
|
||||||
if: "${{ matrix.coverage == true }}"
|
if: "${{ matrix.coverage == true }}"
|
||||||
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
|
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
|
||||||
with:
|
with:
|
||||||
directory: frontend/coverage
|
directory: frontend/coverage
|
||||||
flags: frontend, unit-tests, frontend-unit-tests
|
flags: frontend, unit-tests, frontend-unit-tests
|
||||||
|
|
Loading…
Reference in a new issue