Skip to content

Measure code coverage for PRs #568

Measure code coverage for PRs

Measure code coverage for PRs #568

Workflow file for this run

name: web-prover
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
uses: ./.github/workflows/check.yaml
coverage:
needs: ["check"]
uses: ./.github/workflows/coverage.yaml
with:
web-prover-circuits-cache-key: ${{ needs.web-prover-circuits.outputs.cache-key }}
secrets: inherit
build_notary:
uses: ./.github/workflows/build_notary.yaml
build_client_native:
uses: ./.github/workflows/build_client_native.yaml
release:
if: github.ref == 'refs/heads/main'
needs:
- build_notary
uses: ./.github/workflows/release.yaml
deploy_notary_staging:
if: github.ref == 'refs/heads/main'
needs:
- build_notary
uses: ./.github/workflows/deploy_notary_staging.yaml
secrets: inherit
deploy_notary_staging_gcs:
if: github.ref == 'refs/heads/main'
needs:
- build_notary
uses: ./.github/workflows/deploy_notary_staging_gcs.yaml
secrets: inherit