Skip to content

add project structure #2

add project structure

add project structure #2

Workflow file for this run

name: Test Coverage
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Tests and Generate Coverage
run: npm run test -- --coverage
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3