C2LC-275: CI builds are failing because of artifact upload errors.

Metadata

Source
C2LC-275
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-12-10T04:08:11.111-0500
Updated
2020-12-10T10:51:22.891-0500
Versions
N/A
Fixed Versions
  1. Coding Env 0.6
Component
N/A

Description

In various recent pulls we have see build failures that were the result of failures to upload either the flow coverage or test coverage reports. This not only prevents later stages of the individual build from completing, but immediately stops other builds. GitHub actions provides an option to indicate that processing should continue even if an individual step fails.

continue-on-error: true

I propose adding this to both of the upload stages.