Use average of coverage values to avoid upsert error
Given we use the build's group_name there are chances that in some projects, each build group will still store its own coverage. This would cause SQL errors when upserting because it will violate the constraint when we try to upsert multiple instances of the same group name.
Showing
Please register or sign in to comment