Skip to content

fix: connect inline ext pll output divider to converter ADCs #953

fix: connect inline ext pll output divider to converter ADCs

fix: connect inline ext pll output divider to converter ADCs #953

Workflow file for this run

name: Coverage
on: push
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
architecture: x64
- run: pip install "nox[uv]==2025.2.9"
- run: pip install poetry==1.2.2
- run: nox --sessions tests-3.10 coverage
- name: Upload coverage reports
uses: codecov/codecov-action@v5
with:
files: ./coverage.xml
token: ${{secrets.CODECOV_TOKEN}}