Skip to content

Much progress on docs - just constraints file to finish for initial c… #5

Much progress on docs - just constraints file to finish for initial c…

Much progress on docs - just constraints file to finish for initial c… #5

Workflow file for this run

name: Submit to coveralls
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run coverage
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}