fix tests

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
xsahil03x
2023-04-03 20:27:14 +05:30
parent 99dd1dbaab
commit 36d3ca9258
12 changed files with 55 additions and 100 deletions
+7 -7
View File
@@ -65,29 +65,29 @@ scripts:
test:dart:
run: melos exec -c 1 --fail-fast -- "flutter test --coverage"
description: Run Dart tests for a specific package in this project.
select-package:
packageFilters:
flutter: false
dir-exists: test
dirExists: test
test:flutter:
run: melos exec -c 4 --fail-fast -- "flutter test --coverage"
description: Run Flutter tests for a specific package in this project.
select-package:
packageFilters:
flutter: true
dir-exists: test
dirExists: 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:
packageFilters:
flutter: true
coverage:ignore-file:
run: |
melos exec -c 5 --fail-fast -- "\$MELOS_ROOT_PATH/.github/workflows/scripts/remove-from-coverage.sh"
description: Removes all the ignored files from the coverage report.
select-package:
dir-exists: coverage
packageFilters:
dirExists: coverage
docs:
run: |