完成50%
This commit is contained in:
@@ -10,8 +10,7 @@ $coverage = Get-Content -LiteralPath $coveragePath -Raw -Encoding UTF8 | Convert
|
||||
$allowlist = Get-Content -LiteralPath $allowlistPath -Raw -Encoding UTF8 | ConvertFrom-Json
|
||||
$requiredFoundation = @(
|
||||
'components/AppButton.vue',
|
||||
'components/AppDialog.vue',
|
||||
'components/ModulePage.vue'
|
||||
'components/AppDialog.vue'
|
||||
)
|
||||
foreach ($required in $requiredFoundation) {
|
||||
if ($coverage.covered -notcontains $required) {
|
||||
|
||||
Reference in New Issue
Block a user