Commit 72686f1e authored by Nate Wienert's avatar Nate Wienert Committed by GitHub

ci: temporarily disable coverage tests as they are too flakey (#6684)

parent c0735936
...@@ -167,13 +167,6 @@ jobs: ...@@ -167,13 +167,6 @@ jobs:
CYPRESS_PULL_REQUEST_ID: ${{ github.event.pull_request.number }} CYPRESS_PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
CYPRESS_PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }} CYPRESS_PULL_REQUEST_URL: ${{ github.event.pull_request.html_url }}
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true
flags: e2e-tests
- if: failure() && github.ref_name == 'main' - if: failure() && github.ref_name == 'main'
uses: ./.github/actions/report uses: ./.github/actions/report
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment