Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduBerinde committed Aug 25, 2023
1 parent 0f30188 commit 8317bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pr-codecov-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sep=""

for p in ${packages}; do
# Check that the path exists and contains Go files.
if ls "${p}/*.go" >/dev/null 2>&1; then
if ls "${p}"/*.go >/dev/null 2>&1; then
if [[ $p != "." ]]; then
p="./$p"
fi
Expand Down

0 comments on commit 8317bd9

Please sign in to comment.