Skip to content

OTA fixes (and more) #140

OTA fixes (and more)

OTA fixes (and more) #140

Workflow file for this run

name: CI
on:
push:
branches:
- dev
- master
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@dm/update-ci-03272024
with:
CODE_FOLDER: zha
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.12
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 95
PYTHON_MATRIX: "3.12"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}