Skip to content

Feat/climber

Feat/climber #127

name: Pull Request Coverage Report
on:
pull_request:
branches: [main, dev]
jobs:
run_coverage:
timeout-minutes: 5
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
repository-projects: read
contents: read
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install robotpy==2025.2.1.0
python3 -m robotpy sync
- name: Run Tests
run: |
python3 -m robotpy test