Skip to content

fix: Upgrade package and test console warnings (#92) #55

fix: Upgrade package and test console warnings (#92)

fix: Upgrade package and test console warnings (#92) #55

name: Report Test Coverage
on:
push:
branches: [main]
paths:
- 'src/**'
- '__tests__/**'
jobs:
report_test_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci --legacy-peer-deps
- run: npm run coverage
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}