Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Created March 21, 2021 01:19
Show Gist options
  • Save MathVasc/1673bc600d4525fd94621c5f8f5f685b to your computer and use it in GitHub Desktop.
Save MathVasc/1673bc600d4525fd94621c5f8f5f685b to your computer and use it in GitHub Desktop.
launch with coverage
{
"version": "0.2.0",
"configurations": [
{
"name": "test",
"request": "launch",
"type": "dart",
"program": "test/",
"args": [
"--coverage",
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment