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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-07-19 18:06:14 +00:00
parent 09f80c7e4a
commit ba4126332f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

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