Skip to content

Bump codecov/codecov-action from 4 to 5 #103

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #103

Workflow file for this run

---
name: system test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dev
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: System test
run: tree_check -r tests/test_data/dataset1