Skip to content

Conditionally create tracing spans to avoid unnecessary tracing (#70) #177

Conditionally create tracing spans to avoid unnecessary tracing (#70)

Conditionally create tracing spans to avoid unnecessary tracing (#70) #177

Workflow file for this run

name: pytest
on:
pull_request:
branches: [ "master" ]
push:
branches: [ "master" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run pytest
env:
UV_SYSTEM_PYTHON: 1
run: |
uv pip sync requirements.txt requirements-dev.txt
pytest --cov=src --cov-report=term-missing tests