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 73fc747 commit 8d71f14Copy full SHA for 8d71f14
.github/workflows/build.yml
@@ -24,10 +24,10 @@ jobs:
24
run: dotnet restore
25
- name: Build
26
run: dotnet build --configuration Release --no-restore
27
+ - name: Test Examples
28
+ run: dotnet test ../examples/
29
- name: Test & Code Coverage
- run:
- dotnet test ../examples/
30
- dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
+ run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
31
- name: Codecov
32
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
33
with:
0 commit comments