Skip to content

build(deps-dev): bump semantic-release from 22.0.8 to 22.0.12 #1847

build(deps-dev): bump semantic-release from 22.0.8 to 22.0.12

build(deps-dev): bump semantic-release from 22.0.8 to 22.0.12 #1847

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
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
coverage: ${{ matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}