UNPKG
arepl
Version:
latest (0.1.3)
0.1.3
real-time python scratchpad
github.com/almenon/arepl-vscode
almenon/arepl-vscode
arepl
/
coverconfig.json
10 lines
(9 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"enabled"
:
true
,
"relativeSourcePath"
:
"../src"
,
"relativeCoverageDir"
:
"../../coverage"
,
"ignorePatterns"
:
[
"**/node_modules/**"
]
,
"includePid"
:
false
,
"reports"
:
[
"json"
,
"html"
,
"lcov"
]
,
"verbose"
:
false
}