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 7ea47bd commit 7326a4eCopy full SHA for 7326a4e
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