Skip to content

Fix

Fix #210

Workflow file for this run

name: Integration
on:
push:
jobs:
test-run:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config: testdata/path/to/.octocov.yml
test-run-with-work-dir:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
work-dir: testdata/path/to
test-run-with-bin-dir:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config: testdata/path/to/.octocov.yml
bin-dir: testdata/path/to