Skip to content

update coverage config in jest and in readme #2

update coverage config in jest and in readme

update coverage config in jest and in readme #2

Workflow file for this run

name: Run Tests and Upload Coverage
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4