Skip to content

chore: eslint & typescript 세팅 #143

chore: eslint & typescript 세팅

chore: eslint & typescript 세팅 #143

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