Skip to content

chore(deps): update codecov/codecov-action digest to 1af5884 #442

chore(deps): update codecov/codecov-action digest to 1af5884

chore(deps): update codecov/codecov-action digest to 1af5884 #442

Workflow file for this run

name: Tests
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
with:
enable-cache: true
- run: uv run ./bin/lint
- run: uv run ./bin/test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}