Skip to content

Small fixes (umd entrypoint & version visibility) #126

Small fixes (umd entrypoint & version visibility)

Small fixes (umd entrypoint & version visibility) #126

Workflow file for this run

name: Coverage
on:
pull_request:
push:
branches:
- master
- beta
- next
- v[0-9]+.**
jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}