Skip to content

Add c8 code coverage #6

Add c8 code coverage

Add c8 code coverage #6

Workflow file for this run

name: Tests
on: [ push ]
jobs:
unit:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- run: npm i
- name: Run ava unit tests
run: npm run test:ava