Skip to content

refactor: js -> ts로 마이그레이션 3 #147

refactor: js -> ts로 마이그레이션 3

refactor: js -> ts로 마이그레이션 3 #147

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