Skip to content

feat: support bt methods #493

feat: support bt methods

feat: support bt methods #493

Workflow file for this run

name: Upload coverage to Codecov
on:
push:
branches:
- main # Change this to your default branch
pull_request:
branches:
- main # Change this to your default branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install modules
run: yarn install --registry=https://registry.npmjs.org
- name: Build modules
run: yarn build
- name: Run Test
run: yarn test
- name: Upload Kit coverage to Codecov
uses: codecov/codecov-action@v1
with:
override_branch: kit
directory: ./packages/tuya-panel-kit/coverage/
- name: Upload Utils coverage to Codecov
uses: codecov/codecov-action@v1
with:
override_branch: Utils
directory: ./packages/tuya-panel-utils/coverage/