Skip to content

Commit

Permalink
feat: codecov token 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe916 committed Jan 5, 2024
1 parent c7f9854 commit b02dacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./build/jacoco/index.xml

# gradlew 파일 권한 지정
Expand Down

0 comments on commit b02dacf

Please sign in to comment.