Skip to content

Commit ee48655

Browse files
authored
refactor/#148 codecov 테스트 결과가 develop 브랜치에 업로드되지 않는 문제 수정 (#149)
* refactor: push 이벤트 추가 * refactor: codecov workflow 분리 * refactor: 재수정 * refactor: 누락한 조건 추가 * Update pull-request-test-coverage.yml
1 parent 1537905 commit ee48655

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull-request-test-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- develop
7+
push:
8+
branches:
9+
- develop
710

811
permissions:
912
checks: write
@@ -56,4 +59,4 @@ jobs:
5659
continue-on-error: true
5760
with:
5861
token: ${{ secrets.CODECOV_TOKEN }}
59-
files: '**/build/jacoco/test/jacocoTestReport.xml'
62+
files: '**/build/jacoco/test/jacocoTestReport.xml'

0 commit comments

Comments
 (0)