Skip to content

v0.18.0 SvelteKit 2 support #325

v0.18.0 SvelteKit 2 support

v0.18.0 SvelteKit 2 support #325

Workflow file for this run

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