Skip to content

chore: upload coverage to coveralls #721

chore: upload coverage to coveralls

chore: upload coverage to coveralls #721

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
- next
- rc
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: |
npm clean-install
npm run test
- name: Upload coverage results to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./test/coverage/lcov.info