Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Last active March 24, 2021 01:30
Show Gist options
  • Save MathVasc/bb2a4aff946415a62389846c090a6018 to your computer and use it in GitHub Desktop.
Save MathVasc/bb2a4aff946415a62389846c090a6018 to your computer and use it in GitHub Desktop.
tasks
// Tasks.json
{
"version": "2.0.0",
"tasks": [
{
"label": "Coverage Report",
"command": "genhtml coverage/lcov.info --output=./coverage && open coverage/index.html",
"type": "shell",
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment