Skip to content

feat(irrexplorer-cli): init #2

feat(irrexplorer-cli): init

feat(irrexplorer-cli): init #2

Workflow file for this run

name: Test Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: |
pip install uv
uv pip install ".[dev]"
- name: Run tests with coverage
run: |
pytest --cov=irrexplorer_cli --cov-fail-under=100 tests/