Skip to content

Merge pull request #49 from cvxgrp/tschm-patch-1 #239

Merge pull request #49 from cvxgrp/tschm-patch-1

Merge pull request #49 from cvxgrp/tschm-patch-1 #239

Workflow file for this run

name: "ci"
on:
- push
jobs:
test:
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cvxgrp/.github/actions/uv/[email protected]
with:
python-version: '3.12'
tests-folder: src/tests
coverage:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4
- uses: cvxgrp/.github/actions/uv/[email protected]
with:
tests-folder: src/tests
source-folder: src/cvx
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov