We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6f2c4 commit 9a8ef63Copy full SHA for 9a8ef63
.github/workflows/build.yml
@@ -53,6 +53,6 @@ jobs:
53
- name: Codecov
54
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
55
with:
56
- files: '*.cobertura.xml'
+ files: '**/TestResults/*/*.cobertura.xml'
57
fail_ci_if_error: true
58
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments