Skip to content

Commit 96cb717

Browse files
authored
Merge pull request #102 from mbti-nf-team/ci/test-coverage-with-codecov
ci: test coverage report codecov 세팅
2 parents 78bc34f + 414cea7 commit 96cb717

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ jobs:
6969

7070
- name: Check Unit Test
7171
run: yarn test:coverage
72+
73+
- uses: codecov/codecov-action@v4
74+
with:
75+
fail_ci_if_error: true
76+
token: ${{ secrets.CODECOV_TOKEN }}
77+
verbose: true

0 commit comments

Comments
 (0)