Skip to content

Commit

Permalink
coverage plugin is bugged if lcov file is excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
kwitsch committed Nov 14, 2023
1 parent 228efd5 commit ffb77a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"tooltitudeteam.tooltitude"
],
"settings": {
"files.exclude": {
"**/lcov.info": true
},
"go.lintFlags": ["--config=${containerWorkspaceFolder}/.golangci.yml"],
"go.alternateTools": {
"go-langserver": "gopls"
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"cmd": "${workspaceRoot}/.devcontainer/scripts/runItOnGo.sh ${fileDirname} ${workspaceRoot}"
}
]
}
},
"markiscodecoverage.searchCriteria": "**/lcov.info"
}

0 comments on commit ffb77a6

Please sign in to comment.