Skip to content

Commit

Permalink
fix: codecov 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qwe916 committed Jan 5, 2024
1 parent b02dacf commit 6284802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: ./build/jacoco/index.xml

# gradlew 파일 권한 지정
Expand Down

0 comments on commit 6284802

Please sign in to comment.