Skip to content

add test for result details #132

add test for result details

add test for result details #132

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- "16"
- "18"
- "20"
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npx c8 --reporter lcovonly npm test
- uses: codecov/codecov-action@v3