2020-08-31 22:15:18 +00:00
|
|
|
|
|
|
|
module.exports = {
|
2021-12-28 14:02:29 +00:00
|
|
|
statements: 45,
|
|
|
|
branches: 34,
|
|
|
|
lines: 46,
|
|
|
|
functions: 45,
|
2020-08-31 22:15:18 +00:00
|
|
|
exclude: [
|
|
|
|
'editor/jquery.min.js',
|
2021-05-09 17:29:45 +00:00
|
|
|
'editor/jgraduate/**'
|
2020-08-31 22:15:18 +00:00
|
|
|
],
|
2021-12-28 14:02:29 +00:00
|
|
|
reporter: [
|
|
|
|
'json-summary',
|
|
|
|
'text',
|
|
|
|
'html'
|
2020-08-31 22:15:18 +00:00
|
|
|
]
|
2021-12-28 14:02:29 +00:00
|
|
|
}
|