Skip to content

Bump pre-commit from 4.0.0 to 4.0.1 #34

Bump pre-commit from 4.0.0 to 4.0.1

Bump pre-commit from 4.0.0 to 4.0.1 #34

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