From e701d580651ce6601ffef643fdb690443a007115 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Thu, 27 Jun 2024 21:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20--?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- melos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melos.yaml b/melos.yaml index 52b6bd711..31c94b0a9 100644 --- a/melos.yaml +++ b/melos.yaml @@ -92,7 +92,7 @@ scripts: exec: | if ["$TARGET_DART_SDK" == "stable"]; then dart test --platform ${TEST_PLATFORM} \ - --coverage="coverage/${TEST_PLATFORM}" \ + --coverage=coverage/${TEST_PLATFORM} \ --preset=${TEST_PRESET:-default},${TARGET_DART_SDK:-stable} \ --chain-stack-traces else