Skip to content

Commit 9a8ef63

Browse files
committed
ci: fix codecov
1 parent 6e6f2c4 commit 9a8ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Codecov
5454
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
5555
with:
56-
files: '*.cobertura.xml'
56+
files: '**/TestResults/*/*.cobertura.xml'
5757
fail_ci_if_error: true
5858
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)