Skip to content

refactor: 모든 파일에 변경된 eslint 룰 적용 #144

refactor: 모든 파일에 변경된 eslint 룰 적용

refactor: 모든 파일에 변경된 eslint 룰 적용 #144

name: Codecov
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Check out your repository
- run: yarn install --immutable # Install dependencies
- run: yarn run coverage # Run test
- run: bash <(curl -s https://codecov.io/bash) # Upload to Codecov