Skip to content

Commit

Permalink
Merge pull request #576 from boostcampwm2023/chore
Browse files Browse the repository at this point in the history
codecov report 연동
  • Loading branch information
lsh23 authored Dec 12, 2023
2 parents bd9dc90 + 80cdb5b commit b15e73f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/be.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@ jobs:
run: npm run build --if-present
working-directory: ./BE
- name: Run tests
run: npm test
working-directory: ./BE
run: npm run test:cov
working-directory: ./BE
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
</details>

## BE
![example workflow](https://github.com/boostcampwm2023/iOS02-moti/actions/workflows/be.ci.yml/badge.svg)
[![codecov](https://codecov.io/github/boostcampwm2023/iOS02-moti/graph/badge.svg?token=KAFO13BSUK)](https://codecov.io/github/boostcampwm2023/iOS02-moti)
<details>
<summary>아키텍처</summary>
<div markdown="1">
Expand Down Expand Up @@ -225,7 +227,7 @@
<div markdown="1">

### 테스트 코드
- coverage - 96%
- [![codecov](https://codecov.io/github/boostcampwm2023/iOS02-moti/graph/badge.svg?token=KAFO13BSUK)](https://codecov.io/github/boostcampwm2023/iOS02-moti)
- 총 테스트 케이스 550여개
- Repository layer 테스트
- DB 연동하여 실제 쿼리 실행 결과에 대한 테스트
Expand Down Expand Up @@ -262,7 +264,7 @@
### iOS
```Swift``` ```UIKit``` ```Code Based UI``` ```SPM``` ```MVVM``` ```Clean Architecture``` ```SwiftLint```
### BE
```TypeScript``` ```NestJS``` ```Jest``` ```MySQL``` ```Redis``` ```Docker```
```TypeScript``` ```NestJS``` ```Jest``` ```Typeorm``` ```MySQL``` ```Redis``` ```Docker```

</br>

Expand Down

0 comments on commit b15e73f

Please sign in to comment.