Chore: Setup test coverage in codeclimate [#332] (#333)

This commit is contained in:
Sojan Jose
2019-12-02 08:57:11 +05:30
committed by Pranav Raj S
parent 829cb4da57
commit 6ca403542d
6 changed files with 91 additions and 41 deletions

View File

@@ -88,6 +88,10 @@
"pre-commit": "lint-staged"
}
},
"jest": {
"collectCoverage": true,
"coverageReporters": ["lcov", "text"]
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",