You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/wf-build-release-ci.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ jobs:
60
60
6.0.x
61
61
62
62
- name: Run test .NET 3.5
63
-
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
63
+
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stronh naming
64
64
65
65
- name: Run test .NET 4.52
66
-
run: dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Stron naming
66
+
run: dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Strong naming
67
67
68
68
- name: Run test .NET Core 1.1
69
-
run: dotnet test -c Release -f netcoreapp1.1 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
69
+
run: dotnet test -c Release -f netcoreapp1.1 --nologo # No coverage for .NETCORE 1.1 because Coverlet doesn't support it https://github.com/coverlet-coverage/coverlet/issues/466
70
70
71
71
- name: Run test .NET Core 2.0
72
72
run: dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
Copy file name to clipboardExpand all lines: .github/workflows/wf-build-release.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,13 @@ jobs:
61
61
6.0.x
62
62
63
63
- name: Run test .NET 3.5
64
-
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
64
+
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stronh naming
65
65
66
66
- name: Run test .NET 4.52
67
-
run: dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Stron naming
67
+
run: dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Strong naming
68
68
69
69
- name: Run test .NET Core 1.1
70
-
run: dotnet test -c Release -f netcoreapp1.1 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
70
+
run: dotnet test -c Release -f netcoreapp1.1 --nologo # No coverage for .NETCORE 1.1 because Coverlet doesn't support it https://github.com/coverlet-coverage/coverlet/issues/466
71
71
72
72
- name: Run test .NET Core 2.0
73
73
run: dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
Copy file name to clipboardExpand all lines: .github/workflows/wf-build-test.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ jobs:
60
60
6.0.x
61
61
62
62
- name: Run test .NET 3.5
63
-
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stron naming
63
+
run: dotnet test -c Release -f net35 --nologo --no-build # No coverage for NET3.5 because of bug in combination with Coverlet+Stronh naming
64
64
65
65
- name: Run test .NET 4.52
66
-
run: dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Stron naming
66
+
run: dotnet test -c Release -f net452 --nologo --no-build # No coverage for NET4.5 because of bug in combination with Coverlet+Strong naming
67
67
68
68
- name: Run test .NET Core 1.1
69
-
run: dotnet test -c Release -f netcoreapp1.1 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
69
+
run: dotnet test -c Release -f netcoreapp1.1 --nologo # No coverage for .NETCORE 1.1 because Coverlet doesn't support it https://github.com/coverlet-coverage/coverlet/issues/466
70
70
71
71
- name: Run test .NET Core 2.0
72
72
run: dotnet test -c Release -f netcoreapp2.0 --nologo /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
0 commit comments