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

exclude test from coverage

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