Skip to content

build with uv

build with uv #47

Workflow file for this run

name: coverage
on:
[push]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: ./actions/coverage
with:
source-folder: "cvx"
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov