Skip to content

chore(deps-dev): bump pylint from 4.0.4 to 4.0.5 #432

chore(deps-dev): bump pylint from 4.0.4 to 4.0.5

chore(deps-dev): bump pylint from 4.0.4 to 4.0.5 #432

Workflow file for this run

name: "Coverage"
on: [push]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- 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