Skip to content

Remove coverage badge for the time being #22

Remove coverage badge for the time being

Remove coverage badge for the time being #22

Workflow file for this run

name: pytest
on:
push:
branches: [main]
concurrency:
group: gh-${{ github.ref }}-pytest
cancel-in-progress: true
jobs:
pytest:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install
run: |
pip install .[dev]
pip list
- name: Run pytest
run: pytest --cov=liesel_ptm