Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Sep 4, 2024
1 parent e48b799 commit 22f393b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,14 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ${{ github.workspace }}/**/build/reports/jacoco/test/jacocoTestReport.xml
files: ${{ github.workspace }}/server/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/clients/client-java/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/clients/client-java-runtime/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/clients/filesystem-hadoop3/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/clients/filesystem-hadoop3-runtime/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/spark-connector/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/flink-connector/build/reports/jacoco/test/jacocoTestReport.xml,
${{ github.workspace }}/trino-connector/build/reports/jacoco/test/jacocoTestReport.xml

# - name: Jacoco Report to PR
# id: jacoco
Expand Down

0 comments on commit 22f393b

Please sign in to comment.