mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
chore(deps): update codecov/codecov-action action to v2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
09f80c7e4a
commit
ba4126332f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nest.js.yml
vendored
4
.github/workflows/nest.js.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
${{ runner.os }}-yarn-
|
||||
- run: yarn --frozen-lockfile --prefer-offline
|
||||
- run: yarn run test:cov
|
||||
- uses: codecov/codecov-action@v1
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
directory: coverage
|
||||
flags: integration-tests
|
||||
|
@ -110,7 +110,7 @@ jobs:
|
|||
${{ runner.os }}-yarn-
|
||||
- run: yarn --frozen-lockfile --prefer-offline
|
||||
- run: yarn run test:e2e:cov
|
||||
- uses: codecov/codecov-action@v1
|
||||
- uses: codecov/codecov-action@v2
|
||||
with:
|
||||
directory: coverage-e2e
|
||||
flags: e2e-tests
|
||||
|
|
Loading…
Reference in a new issue