Skip to content

feat: 그룹 로거 구현 #37

feat: 그룹 로거 구현

feat: 그룹 로거 구현 #37

Workflow file for this run

name: Test coverage for pull request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}