d5f55b5f9c
Coverage / build (push) Waiting to run
Docker / Build (push) Waiting to run
Docker / Publish (push) Blocked by required conditions
Node.js CI / build (16, macos-latest) (push) Waiting to run
Node.js CI / build (16, ubuntu-latest) (push) Waiting to run
Node.js CI / build (16, windows-latest) (push) Waiting to run
NPM / Build (22) (push) Waiting to run
NPM / Pack (push) Blocked by required conditions
NPM / Publish (push) Blocked by required conditions
27 lines
552 B
YAML
27 lines
552 B
YAML
name: Coverage
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: |
|
|
echo See: https://github.com/wechaty/wechaty/issues/2242
|
|
# - uses: actions/checkout@v2
|
|
# - uses: actions/setup-node@v2
|
|
# - run: npm install
|
|
# - run: |
|
|
# npm test
|
|
# npm run coverage
|
|
# env:
|
|
# CI: true
|
|
# - name: Coveralls
|
|
# uses: coverallsapp/github-action@master
|
|
# with:
|
|
# github-token: ${{ secrets.GITHUB_TOKEN }}
|