Merge branch 'develop' into pr/Yokozuna59/4507

* develop:
  chore: Run codecov based on E2E test status
This commit is contained in:
Sidharth Vinod
2023-06-17 23:23:36 +05:30

View File

@@ -44,6 +44,7 @@ jobs:
VITEST_COVERAGE: true
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
if: steps.cypress.conclusion == 'success'
with:
files: coverage/cypress/lcov.info
flags: e2e