Skip to content

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.11.0 #11

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.11.0

chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.11.0 #11

Workflow file for this run

name: Run Tests (ut + ft)
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
jobs:
run_tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python_version: ['3.10', '3.13']
uses: intel/mfd/.github/workflows/run_tests.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
with:
REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
BRANCH_NAME: ${{ github.head_ref }}
PYTHON_VERSION: ${{ matrix.python_version }}
RUNS_ON: ${{ matrix.os }}
PROJECT_NAME: 'mfd-hyperv'