We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cc6b7 commit 7ea47bdCopy full SHA for 7ea47bd
1 file changed
.github/workflows/pull-request.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Test
21
run: |
22
dotnet test test/UnitTest -c Release --collect:"XPlat Code Coverage" -r ./coverage
23
-
+ find ./coverage ./tests -name "*coverage*.xml" -type f -exec cp {} ./ \;
24
- name: Upload to Codecov
25
uses: codecov/codecov-action@v3
26
with:
0 commit comments