Skip to content

Merge pull request #47 from kyechan99/renovate/lint-staged-15.x-lockfile #105

Merge pull request #47 from kyechan99/renovate/lint-staged-15.x-lockfile

Merge pull request #47 from kyechan99/renovate/lint-staged-15.x-lockfile #105

Workflow file for this run

name: Jest test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}