[하고 싶은 것] Jest reporter action 처럼 PR하면 이렇게 테스트 커버리지가 코멘트로 달리는 것을 하고 싶습니다. (참고로 Jest는 페이스북에서 유지 관리하는 JavaScript 테스트 프레임 워크입니다. Babel, TypeScript, Node.js, React, Angular 및 Vue.js를 사용하는 프로젝트에서 작동합니다.) 그러면 PR할때마다 테스트 커버리지가 보이니까 내가 추가한 피쳐에 테스트를 달고 싶은 동기부여가 더 되지 않을 까 해서요-! [1] Slather 페이지 열어주기 - cocoapod 써서 xcworkspace 쓰는 플젝 name: PR # workflow run이 언제 triggered 될 것인지에 대한 설정. on: # master랑 develop 브랜..
[1] 디폴트 - name: Build and test run: xcodebuild test -workspace GithubActionTest.xcworkspace -scheme 'GithubActionTest' -destination 'platform=iOS Simulator,name=iPhone 11' ==> 테스트 결과를 찾기 너무 힘들다. failed로 검색해서 찾음. [2] xcpretty를 썼을때 - name: Build and test run: xcodebuild -workspace GithubActionTest.xcworkspace -scheme 'GithubActionTest' -destination 'platform=iOS Simulator,name=iPhone 11' test | xc..
우선 여기를 보고 github token을 만들어주세요..! (secrets.GITHUB_TOKEN을 써야해서 필요합니다.) 이 중, actions/github-script 를 사용해서 아주 간편하게 github API를 사용할 수 있어요 (여기서 제공하는 github과 context라는 변수를 이용해서!!!) 만약에 저것을 안쓰고 githubAPI에 요청한다면, 이런식으로 스텝을 만들어줘야하는데, - name: Create issue using REST API run: | curl --request POST \ --url https://api.github.com/repos/${{ github.repository }}/issues \ --header 'authorization: Bearer ${{ sec..
- Total
- Today
- Yesterday
- 플러터 싱글톤
- Watch App for iOS App vs Watch App
- Flutter getter setter
- Django FCM
- Python Type Hint
- 장고 Custom Management Command
- 장고 URL querystring
- Flutter Clipboard
- DRF APIException
- flutter dynamic link
- PencilKit
- Flutter Text Gradient
- flutter build mode
- ipad multitasking
- flutter deep link
- flutter 앱 출시
- 플러터 얼럿
- Flutter 로딩
- Sketch 누끼
- Flutter Spacer
- cocoapod
- METAL
- ribs
- github actions
- 구글 Geocoding API
- drf custom error
- Django Firebase Cloud Messaging
- Django Heroku Scheduler
- Dart Factory
- SerializerMethodField
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |