Skip to content

Bump pytest-cov from 5.0.0 to 6.0.0 (#84) #38

Bump pytest-cov from 5.0.0 to 6.0.0 (#84)

Bump pytest-cov from 5.0.0 to 6.0.0 (#84) #38

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