Skip to content

Bump codecov/codecov-action from 5.3.1 to 5.4.0 #22

Bump codecov/codecov-action from 5.3.1 to 5.4.0

Bump codecov/codecov-action from 5.3.1 to 5.4.0 #22

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