Don't dump coverage data in CI

This commit is contained in:
dapplion
2020-09-03 13:17:58 +02:00
parent f4009db23b
commit 82a885996f

View File

@@ -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"]
}