Skip to content

feat(deps): update dependency black to v24.10.0 #660

feat(deps): update dependency black to v24.10.0

feat(deps): update dependency black to v24.10.0 #660

Workflow file for this run

name: tests-unittest
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.6"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: poetry install
- name: Run tests with coverage (100% coverage threshold)
run: |
poetry run coverage run
poetry run coverage report -m