Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: wntrblm/nox@2024.03.02
with:
python-versions: "3.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy3.8, pypy3.9, pypy3.10"
- name: "Run tests"
run: nox --error-on-missing-interpreters -s test