Skip to content

Commit 598791b

Browse files
authored
Update coverage-report.yml
Checkout repository for coverage reports to have filetree available
1 parent 163e573 commit 598791b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/coverage-report.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Checkout Repository
19+
uses: actions/checkout@v4 # Checks-out repository under $GITHUB_WORKSPACE
20+
with:
21+
submodules: 'false'
1822

1923
- name: Download Coverage Artifact
2024
uses: actions/download-artifact@v4
@@ -33,8 +37,7 @@ jobs:
3337
uses: codecov/codecov-action@v5
3438
with:
3539
token: ${{ secrets.CODECOV_TOKEN }}
36-
files: coverage/coverage.json
37-
disable_search: true
40+
files: coverage/coverage.json,coverage/coverage.xml
3841
fail_ci_if_error: false
3942

4043
- name: Publish Coverage Report

0 commit comments

Comments
 (0)