chore: Run codecov based on E2E test status

This commit is contained in:
Sidharth Vinod
2023-06-17 23:23:00 +05:30
parent 548874eb6a
commit 3340240b9f

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