Skip to content

Commit

Permalink
.github/workflows: remove code coverage report for folder example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hailaz authored May 30, 2024
1 parent f8175e7 commit 57583a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ for file in `find . -name go.mod`; do
echo "ignore example as go version: $(go version)"
continue 1
fi
echo "the example directory only needs to be built, not unit tests and coverage tests."
cd $dirpath
go mod tidy
go build ./...
cd -
continue 1
fi

# package otlpgrpc needs golang >= v1.20
Expand Down

0 comments on commit 57583a9

Please sign in to comment.