Skip to content

fix: update coverage.yml #75

fix: update coverage.yml

fix: update coverage.yml #75

Workflow file for this run

name: coveralls test coverage
on:
push:
branches:
- master
pull_request:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm i -D svelte@3.44 @popperjs/core
- run: npm ci
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}