Skip to content

build(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7 (#126) #105

build(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7 (#126)

build(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7 (#126) #105

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
jobs:
poetry-with-codecov:
strategy:
matrix:
platform:
- "ubuntu-latest"
- "macos-latest"
- "windows-latest"
python-version:
- "3.11"
- "3.12"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
platform: ${{ matrix.platform }}
python-version: ${{ matrix.python-version }}
module-name: safeds_runner
coverage: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}