mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 19:20:58 -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
930ec62877
commit
6d450e4fe4
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-
|
${{ runner.os }}-yarn-
|
||||||
- run: yarn --frozen-lockfile --prefer-offline
|
- run: yarn --frozen-lockfile --prefer-offline
|
||||||
- run: yarn run test:cov
|
- run: yarn run test:cov
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
directory: coverage
|
directory: coverage
|
||||||
flags: integration-tests
|
flags: integration-tests
|
||||||
|
@ -110,7 +110,7 @@ jobs:
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
- run: yarn --frozen-lockfile --prefer-offline
|
- run: yarn --frozen-lockfile --prefer-offline
|
||||||
- run: yarn run test:e2e:cov
|
- run: yarn run test:e2e:cov
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
directory: coverage-e2e
|
directory: coverage-e2e
|
||||||
flags: e2e-tests
|
flags: e2e-tests
|
||||||
|
|
Loading…
Reference in a new issue