Skip to content

build(deps-dev): bump pytest from 8.2.0 to 8.2.1 (#147) #111

build(deps-dev): bump pytest from 8.2.0 to 8.2.1 (#147)

build(deps-dev): bump pytest from 8.2.0 to 8.2.1 (#147) #111

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
jobs:
poetry-with-codecov:
strategy:
fail-fast: false
matrix:
python-version:
- "3.11"
- "3.12"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
python-version: ${{ matrix.python-version }}
module-name: safeds_stubgen
coverage: ${{ matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}