Skip to content

chore(deps-dev): bump ruff from 0.6.4 to 0.6.5 (#519) #1183

chore(deps-dev): bump ruff from 0.6.4 to 0.6.5 (#519)

chore(deps-dev): bump ruff from 0.6.4 to 0.6.5 (#519) #1183

Workflow file for this run

name: Coverage report
on: push
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip
- name: Install dependencies
run: |
pip install -U pip pipx nox poetry-plugin-export
pip --version
nox --version
poetry --version
poetry self show plugins
- name: Run nox workflow
run: nox --sessions "tests" --python "3.12" coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}