diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f34bba7a..8e17bf42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,8 @@ jobs: run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage - name: Copy Coverage To Predictable Location - run: cp coverage/*/coverage.cobertura.xml coverage/coverage.cobertura.xml + # run: cp coverage/*/coverage.cobertura.xml coverage/coverage.cobertura.xml + run: find coverage -type f -name coverage.cobertura.xml -exec cp -p {} coverage/coverage.cobertura.xml \; - name: Code Coverage Summary Report uses: irongut/CodeCoverageSummary@v1.3.0 @@ -61,4 +62,4 @@ jobs: with: name: pr-number path: ./pr-number.txt - retention-days: 1 \ No newline at end of file + retention-days: 1