mirror of https://github.com/grafana/grafana.git
fix(script): same allow list for sourceFilter and all Jest config rules
CodeQL checks / Detect whether code changed (push) Waiting to run
Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions
Details
CodeQL checks / Detect whether code changed (push) Waiting to run
Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions
Details
Co-authored-by: Paul Marbach <paul.marbach@grafana.com>
This commit is contained in:
parent
21a30a8201
commit
dc166a0a31
|
@ -73,7 +73,7 @@ module.exports = {
|
||||||
name: `Coverage Report - ${teamName} owned files`,
|
name: `Coverage Report - ${teamName} owned files`,
|
||||||
outputDir: outputDir,
|
outputDir: outputDir,
|
||||||
reports: ['console-summary', 'v8', 'json', 'lcov'],
|
reports: ['console-summary', 'v8', 'json', 'lcov'],
|
||||||
|
sourceFilter: (coveredFile) => sourceFiles.includes(coveredFile),
|
||||||
all: {
|
all: {
|
||||||
filter: (filePath) => sourceFiles.includes(filePath),
|
filter: (filePath) => sourceFiles.includes(filePath),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue