Skip to content

Commit

Permalink
Tweak file check.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Apr 24, 2024
1 parent 30e8b48 commit 1555617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Component.BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: dotnet tool install -g dotnet-coverage

- name: Merging test results
if: ${{ hashFiles('./TestResults/*.coverage') != '' }}
if: ${{ hashFiles('./TestResults/**/*.coverage') != '' }}
run: dotnet-coverage merge -r -f cobertura -o ./TestResults/Cobertura.xml ./TestResults/*.coverage

- name: Upload code coverage ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }}
Expand Down

0 comments on commit 1555617

Please sign in to comment.