Skip to content

Commit

Permalink
ci: Fix melos test script
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Feb 4, 2025
1 parent 8372ec7 commit 6106fbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@ package-lock.json
.fvm/
pubspec_overrides.yaml
/pana
/doc/api
/doc/api
tmpfile
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"packages/zeta_flutter": "0.20.1",
"packages/zeta_flutter_theme": "0.20.1",
"packages/zeta_flutter_utils": "0.20.1",
"packages/zeta_icons": "0.20.1"
"packages/zeta_icons": "0.20.1",
".": "0.20.1"
}
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"packages/zeta_icons": {
"release-type": "dart",
"package-name": "zeta_icons"
},
".": {
"release-type": "dart",
"package-name": "monorepo"
}
},
"include-component-in-tag": false,
Expand Down
3 changes: 2 additions & 1 deletion scripts/lcov_combine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ then
echo "lcov could not be found, please install it first."
exit
fi


touch tmpfile

array=()
while IFS= read -r -d '' dir; do
Expand Down

0 comments on commit 6106fbb

Please sign in to comment.