Skip to content

Commit

Permalink
Add lcov generation to code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed May 8, 2024
1 parent 63c49a5 commit 98bf40e
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 @@ -41,7 +41,7 @@
"label": "Code Coverage",
"detail": "Generate code coverage report.",
"type": "shell",
"command": "poetry run coverage report",
"command": "poetry run coverage report && poetry run coverage html && poetry run coverage lcov",
"group": "test",
"presentation": {
"reveal": "always",
Expand Down

0 comments on commit 98bf40e

Please sign in to comment.