mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 20:18:04 -05:00
Don't dump coverage data in CI
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"cache": false,
|
||||
"extension": [
|
||||
".ts"
|
||||
],
|
||||
"extension": [".ts"],
|
||||
"exclude": [
|
||||
"**/*.d.ts",
|
||||
"**/*.js",
|
||||
@@ -15,8 +13,5 @@
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"all": false,
|
||||
"reporter": [
|
||||
"text",
|
||||
"lcov"
|
||||
]
|
||||
"reporter": ["lcovonly"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user