Skip to content

Commit

Permalink
Add codecov to E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jun 17, 2023
1 parent 702c3ea commit 1e84668
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
parallel: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

- uses: codecov/codecov-action@v3
with:
files: ./coverage/cypress/coverage-final.json
flags: e2e
name: mermaid-codecov
fail_ci_if_error: true
verbose: true
- name: Upload Artifacts
uses: actions/upload-artifact@v3
if: ${{ failure() && steps.cypress.conclusion == 'failure' }}
Expand Down

0 comments on commit 1e84668

Please sign in to comment.