chore: publish jest coverage to code climate (#954)

* chore: upload coverage into coveralls.io
This commit is contained in:
Ahmad Mirzaei
2022-10-10 12:48:52 +02:00
committed by GitHub
parent 4f483dd11a
commit 40c49db8de
4 changed files with 19 additions and 6 deletions

View File

@@ -40,4 +40,5 @@ module.exports = {
'!**/*.conf.js',
],
coverageReporters: ['json', 'lcov', 'text-summary', 'clover'],
reporters: ['default', ['jest-junit', { outputDirectory: 'coverage/junit/' }]],
};