Skip to content

Commit f7e54dd

Browse files
committed
[edit] VS Code launch tests set to non-windows version
1 parent 45dcdb1 commit f7e54dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
{
5959
"label": "Test with coverage",
60-
"command": "dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./coverage/lcov.info ${workspaceFolder}/src/Simplify.sln --filter TestCategory!=Integration ",
60+
"command": "dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./coverage/lcov.info ${workspaceFolder}/src/Simplify.NetCore.sln --filter TestCategory!=Integration\\&TestCategory!=Windows",
6161
"type": "shell",
6262
"problemMatcher": "$msCompile",
6363
"group": {

0 commit comments

Comments
 (0)