Skip to content

Commit 7ea47bd

Browse files
authored
Update pull-request.yml
1 parent 81cc6b7 commit 7ea47bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Test
2121
run: |
2222
dotnet test test/UnitTest -c Release --collect:"XPlat Code Coverage" -r ./coverage
23-
23+
find ./coverage ./tests -name "*coverage*.xml" -type f -exec cp {} ./ \;
2424
- name: Upload to Codecov
2525
uses: codecov/codecov-action@v3
2626
with:

0 commit comments

Comments
 (0)