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

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-04-10 00:02:23 +00:00 committed by David Mehren
parent c879132ab4
commit f1f1d8cc94
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
cache: 'yarn' cache: 'yarn'
- run: yarn install --immutable - run: yarn install --immutable
- run: yarn run test:e2e:cov - run: yarn run test:e2e:cov
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v3
with: with:
directory: coverage-e2e directory: coverage-e2e
flags: e2e-tests flags: e2e-tests

View file

@ -59,7 +59,7 @@ jobs:
cache: 'yarn' cache: 'yarn'
- run: yarn install --immutable - run: yarn install --immutable
- run: yarn run test:cov - run: yarn run test:cov
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v3
with: with:
directory: coverage directory: coverage
flags: integration-tests flags: integration-tests