Skip to content

Commit

Permalink
feat: 테스트 실패 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
hhko committed Dec 24, 2024
1 parent 06e4d5e commit b251902
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ jobs:
# 코드 커버리지 생성
- name: Generate Coverage Reports
uses: danielpalme/[email protected]
if: always()
with:
reports: '${{ env.coverage_in_cobertura_files }}'
targetdir: '${{ env.coverage_out_dir }}'
Expand All @@ -169,6 +170,7 @@ jobs:

# $GITHUB_STEP_SUMMARY에 코드 커버리지 보고
- name: Publish Coverage Reports in Build Summary
if: always()
run: cat "${{ env.coverage_out_dir }}/SummaryGithub.md" >> $GITHUB_STEP_SUMMARY
shell: bash

Expand Down Expand Up @@ -231,7 +233,7 @@ jobs:
# ./Template/Assets/Frameworks/Tests/Crop.Hello.Framework.Tests.Unit/TestResults/logs.trx 7✅ 4s
# ./Template/Backend/Api/Tests/Crop.Hello.Api.Tests.Integration/TestResults/logs.trx 2✅ 4s
# ./Template/Backend/Api/Tests/Crop.Hello.Api.Tests.Unit/TestResults/logs.trx 13✅ 4s
- name: Publish Test Detail Report
- name: Publish Test Report
uses: dorny/[email protected]
if: always()
with:
Expand Down
8 changes: 4 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
- [x] 옵션 통합 테스트
- [x] 윈도우 서비스
- [x] 테스트 요약
- [ ] 코드 커버리지 어셈블리 단위
- [x] 코드 커버리지 어셈블리 단위
- [ ] 도커 컨테이너
- [ ] reportgenerator cli
---
- [ ] Serilog와 OpenTelemtry 통합
---
- [ ] GitHub 빌드 자동화, 코드 커버리지
- [x] GitHub 빌드 자동화, 코드 커버리지
- [ ] reportgenerator cli
- [ ] Local 빌드 자동화, 코드 커버리지
- [ ] 단일 파일 배포
- [ ] 윈도우 서비스
- [x] 윈도우 서비스
- [ ] Docker 구성
---
- [ ] Job 설정
Expand Down

0 comments on commit b251902

Please sign in to comment.