We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8652ad7 commit 712967fCopy full SHA for 712967f
.github/workflows/codecov.yml
@@ -12,6 +12,8 @@ jobs:
12
run: docker compose -f docker/github_actions/docker-compose.yml run unit-test-test-service
13
- name: Upload coverage to Codecov
14
uses: codecov/codecov-action@v4
15
+ with:
16
+ files: ./build/reports/jacoco/test/jacocoTestReport.xml
17
env:
18
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
19
slug: cadence-workflow/cadence-java-client
0 commit comments