Skip to content

Commit

Permalink
[edit] VS Code launch tests set to non-windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Feb 16, 2025
1 parent 45dcdb1 commit f7e54dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"label": "Test with coverage",
"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",
"type": "shell",
"problemMatcher": "$msCompile",
"group": {
Expand Down

0 comments on commit f7e54dd

Please sign in to comment.