Skip to content

Introduce trie-structured fact tables, use them to implement a good i… #2

Introduce trie-structured fact tables, use them to implement a good i…

Introduce trie-structured fact tables, use them to implement a good i… #2

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 }}