Skip to content
Snippets Groups Projects
Commit 79a54a9c authored by kbeyro's avatar kbeyro
Browse files

small fix

parent 589be1e5
Branches
Tags
1 merge request!2Angular update
......@@ -35,7 +35,7 @@ module.exports = function (config) {
coverageReporter: {
dir: require('path').join(__dirname, 'coverage'),
subdir: '.',
exclude: ['**/*.spec.ts']
exclude: ['**/*.spec.ts'],
reporters: [
{type: 'html', subdir: '.'},
{type: 'lcovonly', subdir: '.', file: 'lcov.info'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment