Skip to content

chore: update repository URLs to tinyhttp/tinyws #70

chore: update repository URLs to tinyhttp/tinyws

chore: update repository URLs to tinyhttp/tinyws #70

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun i
- run: bun run lint
- run: bun test --coverage --coverage-reporter=lcov
- name: Coveralls
if: github.ref == 'refs/heads/master'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info