Skip to content

Commit

Permalink
skip exclude for functional
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jun 4, 2020
1 parent 0bce948 commit 193f6ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dev/code_coverage/nyc_config/nyc.functional.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* under the License.
*/

const defaultExclude = require('@istanbuljs/schema/default-exclude');
const extraExclude = ['data/optimize/**', 'src/core/server/**', '**/test/**'];
// const defaultExclude = require('@istanbuljs/schema/default-exclude');
// const extraExclude = ['data/optimize/**', 'src/core/server/**', '**/test/**'];
const path = require('path');

module.exports = {
Expand All @@ -27,5 +27,5 @@ module.exports = {
: 'target/kibana-coverage/functional',
'report-dir': 'target/kibana-coverage/functional-combined',
reporter: ['html', 'json-summary'],
exclude: extraExclude.concat(defaultExclude),
// exclude: extraExclude.concat(defaultExclude),
};

0 comments on commit 193f6ca

Please sign in to comment.