Skip to content

Commit

Permalink
fix(ci): melos variable substitution for the codecov upload step
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <[email protected]>
  • Loading branch information
Leptopoda committed Mar 28, 2024
1 parent 1d46c3b commit 711d562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
"

0 comments on commit 711d562

Please sign in to comment.