Skip to content

Commit

Permalink
chore: codecov v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sakata1222 committed Dec 8, 2024
1 parent 4d12a4d commit b324693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
run: ./gradlew build --stacktrace

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
file: plugin/build/reports/jacoco/test/jacocoTestReport.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# the plugin:functionalTest task uses older gradle which does not support JDK17
run: ./gradlew sonar -x plugin:functionalTest --stacktrace

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
file: plugin/build/reports/jacoco/test/jacocoTestReport.xml
flags: unittests
Expand Down

0 comments on commit b324693

Please sign in to comment.