Skip to content

Commit

Permalink
[SAMBAD-219]-refactor :codecov/codecov-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanEum committed Aug 3, 2024
1 parent af1c106 commit 3064c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
min-coverage-changed-files: 50

- name: Report to CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./build/reports/jacoco/test/jacocoTestReport.xml

0 comments on commit 3064c78

Please sign in to comment.