1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-03-26 10:32:57 +00:00

chore(deps): update codecov/codecov-action action to v3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-04-10 00:02:23 +00:00 committed by David Mehren
parent c879132ab4
commit f1f1d8cc94
2 changed files with 2 additions and 2 deletions
.github/workflows

View file

@ -28,7 +28,7 @@ jobs:
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run test:e2e:cov
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
directory: coverage-e2e
flags: e2e-tests

View file

@ -59,7 +59,7 @@ jobs:
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run test:cov
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
directory: coverage
flags: integration-tests