We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dcdb1 commit f7e54ddCopy full SHA for f7e54dd
.vscode/tasks.json
@@ -57,7 +57,7 @@
57
},
58
{
59
"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 ",
+ "command": "dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=./coverage/lcov.info ${workspaceFolder}/src/Simplify.NetCore.sln --filter TestCategory!=Integration\\&TestCategory!=Windows",
61
"type": "shell",
62
"problemMatcher": "$msCompile",
63
"group": {
0 commit comments