* [llc] add codecov in gh action * update flag * update path * fix codevcov script * fix codevcov script * [persistence]: add basic test * [persistence] add codecov * [persistence] vgv action * update threashold * fix ci * add coverage for ui packages * fix ci * test gh action * test gh action * update threashold * fix(persistence): fix tests Signed-off-by: Sahil Kumar <[email protected]> Co-authored-by: Sahil Kumar <[email protected]>
6 lines
216 B
Bash
Executable File
6 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
|
|
flutter pub global activate melos
|
|
echo "::add-path::$HOME/.pub-cache/bin"
|
|
echo "::add-path::$GITHUB_WORKSPACE/_flutter/.pub-cache/bin"
|
|
echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin/cache/dart-sdk/bin" |