For our customization want to disable buddypress cover photo for group then place the following snippet in functions.php within your theme folder!.
add_filter( 'bp_is_groups_cover_image_active', '__return_false' );
Have any doubt, then comment here!