Skip to content

refactore: wip 타입스트립트로 마이그레이션 #146

refactore: wip 타입스트립트로 마이그레이션

refactore: wip 타입스트립트로 마이그레이션 #146

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