Skip to content

update CI workflow: integrate code coverage reporting #42

update CI workflow: integrate code coverage reporting

update CI workflow: integrate code coverage reporting #42

Workflow file for this run

name: OVMobileBench CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
device_serial:
description: 'Mobile device serial'
required: false
jobs:
ci-matrix:
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # , windows-latest]
uses: ./.github/workflows/reusable-ci.yml
with:
os: ${{ matrix.os }}
device_serial: ${{ github.event.inputs.device_serial || 'emulator-5554' }}