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 5e3ced0 commit cb838b5Copy full SHA for cb838b5
.github/workflows/dotnet.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build
24
run: dotnet build --no-restore
25
- name: Test
26
- run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
+ run: dotnet test --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
27
- name: Codecov
28
uses: codecov/codecov-action@v2
29
with:
0 commit comments