Skip to content

Refactor the evaluation results handling and upload to Braintrust #24

Refactor the evaluation results handling and upload to Braintrust

Refactor the evaluation results handling and upload to Braintrust #24

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python with UV
uses: ./.github/actions/setup-python-uv
with:
all-extras: 'true'
- name: Run Ruff
run: uv run ruff check --output-format=github .
- name: Run tests with coverage
run: uv run pytest --cov=src/bcbench --cov-report=term-missing