Skip to content

build(deps): bump pytest-subtests from 0.14.2 to 0.15.0 #883

build(deps): bump pytest-subtests from 0.14.2 to 0.15.0

build(deps): bump pytest-subtests from 0.14.2 to 0.15.0 #883

Workflow file for this run

name: "Coverage"
on: [push]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Tests and Record Coverage
run: |
tox -e coverage