+7
-7
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user