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 675d6ee commit 1a490e9Copy full SHA for 1a490e9
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Test Examples
30
run: dotnet test ../examples/
31
- name: Test & Code Coverage
32
- run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
+ run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --verbosity normal
33
- name: Codecov
34
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
35
with:
0 commit comments