add codecov reports

This commit is contained in:
Alexander Zobnin
2017-10-30 20:44:35 +03:00
parent e80a814880
commit dde5aa6a61
3 changed files with 7 additions and 3 deletions

View File

@@ -7,5 +7,7 @@ module.exports = {
],
"moduleNameMapper": {
"^[./a-zA-Z0-9$_-]+\.css\!?$": "<rootDir>/dist/test/test-setup/cssStub.js",
}
},
"coverageDirectory": "<rootDir>/tmp/coverage/",
"collectCoverage": false
};