test(repo): fix tests

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2022-05-16 18:21:33 +05:30
committed by xsahil03x
parent 069f380f41
commit 2f9a35f3fa
4 changed files with 27 additions and 15 deletions
+10
View File
@@ -8,6 +8,10 @@ packages:
- packages/**
scripts:
postclean:
run: melos run clean:flutter --no-select
description: Runs "flutter clean" in all Flutter packages
lint:all:
run: melos run analyze && melos run format
description: Run all static analysis checks
@@ -75,6 +79,12 @@ scripts:
flutter: true
dir-exists: test
clean:flutter:
run: melos exec -c 4 --fail-fast -- "flutter clean"
description: Run Flutter clean for a specific package in this project.
select-package:
flutter: true
coverage:ignore-file:
run: |
melos exec -c 5 --fail-fast -- "\$MELOS_ROOT_PATH/.github/workflows/scripts/remove-from-coverage.sh"