Skip to content

build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#250) #185

build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#250)

build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#250) #185

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: library_analyzer
coverage: ${{ matrix.python-version == '3.10' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}