We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dadff1 commit ce5eb04Copy full SHA for ce5eb04
.github/workflows/main.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet build --no-restore
28
29
- name: Test
30
- run: dotnet test --no-build --verbosity normal --collect "Code Coverage"
+ run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
31
32
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.1
33
with:
0 commit comments