Skip to content

fix(deps-dev): Bump urllib3 from 1.26.17 to 1.26.18 (#480) #315

fix(deps-dev): Bump urllib3 from 1.26.17 to 1.26.18 (#480)

fix(deps-dev): Bump urllib3 from 1.26.17 to 1.26.18 (#480) #315

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
jobs:
poetry-with-codecov:
strategy:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
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 }}