Skip to content

Commit ce5eb04

Browse files
committed
fix: code coverage reporting
1 parent 9dadff1 commit ce5eb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet build --no-restore
2828

2929
- name: Test
30-
run: dotnet test --no-build --verbosity normal --collect "Code Coverage"
30+
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3131

3232
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.1
3333
with:

0 commit comments

Comments
 (0)