Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

added test files

added test files #92

# https://github.com/marketplace/actions/jest-coverage-report
# By default, uses npm for package manager
name: Typescript Coverage
on:
push:
branches: ["**"]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies and run code coverage
run: npm ci && npm run coverage