Skip to content

docs: show status of stable documentation #6

docs: show status of stable documentation

docs: show status of stable documentation #6

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
jobs:
poetry-with-codecov:
strategy:
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_runner
coverage: ${{ matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}