-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CI pipeline by GitHub Action #2164
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2164 +/- ##
=======================================
Coverage 86.62% 86.62%
=======================================
Files 126 126
Lines 2655 2655
Branches 777 786 +9
=======================================
Hits 2300 2300
+ Misses 350 326 -24
- Partials 5 29 +24 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 PR 푸시마다 실행하는 거 감안하면 정말 많이 줄어들었네요
이 PR과 별도로 마지막 Step에 prettier format(yarn format)도 추가할지 고민중입니다..!
runs-on: ubuntu-latest | ||
env: | ||
TURBO_API: http://127.0.0.1:9080 | ||
TURBO_TOKEN: ${{ secrets.TURBO_SERVER_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TURBO_SERVER_TOKEN
토큰 설정해뒀습니다!
로컬에서 실행해보니 5~6초 걸리는 것 같아서 넣어도 괜찮아 보입니다! 옵션만 --write 대신 --check로 주면 될듯 합니다 |
<!-- How to write a good PR title: - Follow [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/). - Give as much context as necessary and as little as possible - Prefix it with [WIP] while it’s a work in progress --> ## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and to follow [**the Conventional Commits specification**](https://www.conventionalcommits.org/en/v1.0.0/). - [x] I [added the **changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) about the changes that needed to be released. (or didn't have to) - [x] I wrote or updated **documentation** related to the changes. (or didn't have to) - [x] I wrote or updated **tests** related to the changes. (or didn't have to) - [x] I tested the changes in various browsers. (or didn't have to) - Windows: Chrome, Edge, (Optional) Firefox - macOS: Chrome, Edge, Safari, (Optional) Firefox ## Related Issue <!-- Please link to issue if one exists --> - #2164 <!-- Fixes #0000 --> ## Summary <!-- Please brief explanation of the changes made --> - Codecov 리포트를 테스트하기 위한 pr 입니다. ## Details <!-- Please elaborate description of the changes --> ### Breaking change? (Yes/No) <!-- If Yes, please describe the impact and migration path for users --> ## References <!-- Please list any other resources or points the reviewer should be aware of -->
Self Checklist
Related Issue
Summary
Details
Breaking change? (Yes/No)
References