Skip to content

fix: round-trip */N notation for large step intervals (#88) #151

fix: round-trip */N notation for large step intervals (#88)

fix: round-trip */N notation for large step intervals (#88) #151

Workflow file for this run

name: Unit tests
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Unit tests
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
- run: corepack enable
- name: Install dependencies
run: yarn --immutable
- name: Run tests and collect coverage
run: yarn test:coverage
- name: Upload coverage reports to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov