Skip to content

Fix #405 - Dedicated output directories for ESM and CJS builds. (#406) #722

Fix #405 - Dedicated output directories for ESM and CJS builds. (#406)

Fix #405 - Dedicated output directories for ESM and CJS builds. (#406) #722

Workflow file for this run

name: Test and Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Installing dependencies
run: npm install
- name: Run test
run: npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3