Last active
March 24, 2021 01:30
-
-
Save MathVasc/bb2a4aff946415a62389846c090a6018 to your computer and use it in GitHub Desktop.
tasks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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