1. 02 Apr, 2020 1 commit
    • Erick Bajao's avatar
      Use average of coverage values to avoid upsert error · c3ba5646
      Erick Bajao authored
      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.
      c3ba5646
  2. 01 Apr, 2020 39 commits