Skip to content

Commit 712967f

Browse files
committed
fix codecov github action
1 parent 8652ad7 commit 712967f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
run: docker compose -f docker/github_actions/docker-compose.yml run unit-test-test-service
1313
- name: Upload coverage to Codecov
1414
uses: codecov/codecov-action@v4
15+
with:
16+
files: ./build/reports/jacoco/test/jacocoTestReport.xml
1517
env:
1618
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1719
slug: cadence-workflow/cadence-java-client

0 commit comments

Comments
 (0)