Skip to content

Commit

Permalink
Fix warning about recursive option to dotnet-coverage merge being obs…
Browse files Browse the repository at this point in the history
…olete.
  • Loading branch information
CodeBlanch committed Apr 24, 2024
1 parent 1555617 commit 01568a1
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 @@ -55,7 +55,7 @@ jobs:

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

- name: Upload code coverage ${{ inputs.code-cov-prefix }}-${{ inputs.code-cov-name }}
if: ${{ hashFiles('./TestResults/Cobertura.xml') != '' }}
Expand Down

0 comments on commit 01568a1

Please sign in to comment.