Skip to content

add jest & code coverage #9

add jest & code coverage

add jest & code coverage #9

Workflow file for this run

name: Code Coverage
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}