Skip to content

chore(deps): update codecov/codecov-action digest to 5a605bd #4039

chore(deps): update codecov/codecov-action digest to 5a605bd

chore(deps): update codecov/codecov-action digest to 5a605bd #4039

Workflow file for this run

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5
with:
flags: unit
name: Test
on:
pull_request: ~
push:
branches:
- main