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:
David Mehren 2021-07-19 20:44:57 +02:00 committed by GitHub
commit b13eddd3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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