Skip to content

Commit 2c5de2e

Browse files
author
Petr Sramek
committed
trial and fail
1 parent 21634cc commit 2c5de2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- name: Test
51-
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
51+
run: dotnet test --no-restore --no-build --configuration Release --verbosity normal --collect:"Code Coverage" --settings coverlet.runsettings

coverlet.runsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<RunSettings>
33
<DataCollectionRunSettings>
44
<DataCollectors>
5-
<DataCollector friendlyName="XPlat code coverage">
5+
<DataCollector friendlyName="Code Coverage">
66
<Configuration>
77
<Format>json,cobertura,lcov,teamcity,opencover</Format>
88
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>

0 commit comments

Comments
 (0)