Add footprints to coverage, streamline coverage script call
This commit is contained in:
parent
7f8b1c4c63
commit
76bb07183b
2 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ const cap = s => s.charAt(0).toUpperCase() + s.slice(1)
|
|||
for (const part of ['points', 'outlines', 'cases', 'pcbs']) {
|
||||
if (what && !what.includes(part)) continue
|
||||
describe(cap(part), function() {
|
||||
this.timeout(120000)
|
||||
const dir = path.join(__dirname, part)
|
||||
for (const input_path of glob.sync(path.join(dir, '*.yaml'))) {
|
||||
const basename = path.basename(input_path, '.yaml')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue