mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-02 06:52:37 +00:00
Merge pull request #1454 from hedgedoc/renovate/develop-codecov-codecov-action-2.x
chore(deps): update codecov/codecov-action action to v2 (develop)
This commit is contained in:
commit
b13eddd3ec
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