Skip to content

Commit 2e2fda3

Browse files
fix: coverage
1 parent b1cce7b commit 2e2fda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet build --configuration Release
4242

4343
- name: Run Unit Tests
44-
run: dotnet test --configuration Release --no-build --verbosity normal --logger "junit;LogFilePath=../results/test-results.xml" /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=../results/coverage/
44+
run: dotnet test --configuration Release --no-build --verbosity normal --logger "junit;LogFilePath=../results/test-results.xml" --collect:"XPlat Code Coverage"
4545

4646
# - name: Run Coyote Tests
4747
# run: coyote test --recursive

0 commit comments

Comments
 (0)