* use nyc for coverage * removes unnecessary logss * Disable RedisCacheAdapter tests when not in specific environment
12 lines
105 B
JSON
12 lines
105 B
JSON
{
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
],
|
|
"exclude": [
|
|
"**/spec/**",
|
|
"lib/"
|
|
]
|
|
}
|
|
|