aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1c052fa..747e1a5 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint --fix 'src/**/*.ts'",
"test": "jest -i",
- "test:coverage": "jest -i --coverage",
+ "test:coverage": "jest -i --coverage --coverageReporters cobertura",
"tsc": "tsc",
"doc": "typedoc src"
},