File: ci.yml

package info (click to toggle)
zigpy 0.88.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,168 kB
  • sloc: python: 37,272; sql: 2,109; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: CI

on:
  push:
  pull_request: ~

jobs:
  shared-ci:
    uses: zigpy/workflows/.github/workflows/ci.yml@main
    with:
      CODE_FOLDER: zigpy
      CACHE_VERSION: 3
      MINIMUM_COVERAGE_PERCENTAGE: 99
    secrets:
      CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}