Skip to content

Commit

Permalink
[ci skip] show code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 28, 2024
1 parent 0d8c797 commit 46c6f79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ms-vscode.cpptools-extension-pack",
"maelvalais.autoconf",
"ms-azuretools.vscode-docker",
"editorconfig.editorconfig"
"editorconfig.editorconfig",
"markis.code-coverage"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/local/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ms-vscode.cpptools-extension-pack",
"maelvalais.autoconf",
"ms-azuretools.vscode-docker",
"editorconfig.editorconfig"
"editorconfig.editorconfig",
"markis.code-coverage"
]
}
},
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"ext/configure~": true,
"ext/libtool": true,
"ext/Makefile.*": true,
}
},
"markiscodecoverage.enableDecorations": true,
"markiscodecoverage.enableOnStartup": true,
"markiscodecoverage.searchCriteria": "ext/lcov.info"
}

0 comments on commit 46c6f79

Please sign in to comment.