Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: generate coverage profile during e2e tests #903

Merged
merged 13 commits into from
Apr 6, 2023
Prev Previous commit
Next Next commit
fix script
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Apr 6, 2023
commit 4cc4279dba1f5e43addcf4917aa41e18a4397e08
2 changes: 1 addition & 1 deletion test/e2e/scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ if [ "${fail}" = 'true' ]; then
echo '-------- upstream distribution trace -------------'
docker logs -t --tail 200 $upstream_container_name
exit 1
f
if