Skip to content

Fix allowUnset selection #16

Fix allowUnset selection

Fix allowUnset selection #16

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test-coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn
- name: Run tests and collect coverage
run: yarn coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}