go test -race -coverprofile=profile.out -covermode=atomic $d
if[ -f profile.out ];then
cat profile.out >> coverage.txt
rm profile.out
fi
done
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.