Skip to content

fix: 触发懒加载时,需要同步更新notify内容,更新component监听变更的ns #166

fix: 触发懒加载时,需要同步更新notify内容,更新component监听变更的ns

fix: 触发懒加载时,需要同步更新notify内容,更新component监听变更的ns #166

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.12
- name: Build
run: |
go test -covermode=count -coverprofile=coverage.out ./...
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.5
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
- name: Build
run: |
go build -o "$Project"