Skip to content

Commit ee70896

Browse files
.xml removed from coverlet.runsettings in workflow
1 parent 1300b4f commit ee70896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
dotnet test "${{ matrix.proj }}" \
4343
--no-build \
4444
--collect:"XPlat Code Coverage" \
45-
--settings coverlet.runsettings.xml \
45+
--settings coverlet.runsettings \
4646
--results-directory "./TestResults/${{ matrix.name }}" \
4747
--logger "trx;LogFileName=${{ matrix.name }}.trx" \
4848
-v n

0 commit comments

Comments
 (0)