Skip to content

Bump codecov/codecov-action from 5.4.2 to 5.4.3 #32

Bump codecov/codecov-action from 5.4.2 to 5.4.3

Bump codecov/codecov-action from 5.4.2 to 5.4.3 #32

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
soundness:
name: Soundness
uses: ./.github/workflows/soundness.yaml
unit_test:
name: Unit Test
uses: ./.github/workflows/unit-test.yaml
secrets: inherit
integration_test:
name: Integration Test
uses: ./.github/workflows/integration-test.yaml