From 711d562c7ee3f3da14c19ef8e17c6021ecf459a2 Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Thu, 28 Mar 2024 11:38:34 +0100 Subject: [PATCH] fix(ci): melos variable substitution for the codecov upload step Signed-off-by: Nikolas Rimikis --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5f9dd3a4cbe..7493bb0315c 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -65,5 +65,5 @@ jobs: run: | export PATH="$PATH:/tmp/bin" melos exec --file-exists="coverage/lcov.info" --concurrency=1 -- " - codecov --verbose upload-process --fail-on-error -F "$MELOS_PACKAGE_NAME" -f "$MELOS_PACKAGE_PATH/coverage/lcov.info" -t "${{ secrets.CODECOV_TOKEN }}" + codecov --verbose upload-process --fail-on-error -F "MELOS_PACKAGE_NAME" -f "MELOS_PACKAGE_PATH/coverage/lcov.info" -t "${{ secrets.CODECOV_TOKEN }}" "