From 0b1ef44c0e5f1d5d20a2369c00597c930c90ec51 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 17 Jun 2021 18:35:35 +0200 Subject: [PATCH 1/2] Update melos.yaml --- melos.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/melos.yaml b/melos.yaml index 17a896c0..f50c136a 100644 --- a/melos.yaml +++ b/melos.yaml @@ -66,9 +66,7 @@ scripts: run: | melos exec -c 4 --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 environment: sdk: '>=2.12.0 <3.0.0' - flutter: '>=1.22.4 <2.0.0' \ No newline at end of file + flutter: '>=1.22.4 <2.0.0' From 312364c3c44c82f1d80b4030d03265caf95b4f15 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 17 Jun 2021 18:43:43 +0200 Subject: [PATCH 2/2] fix permission --- .github/workflows/scripts/remove-from_coverage.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/workflows/scripts/remove-from_coverage.sh diff --git a/.github/workflows/scripts/remove-from_coverage.sh b/.github/workflows/scripts/remove-from_coverage.sh old mode 100644 new mode 100755