CI: Disable coverage in job [script:snapshot_alpha_and_link]

Context

The job script:snapshot_alpha_and_link runs with coverage enabled. There doesn't seem to be a good reason for this, since we never actually use the built artifacts to run tests nor collect any coverage data from this job. This MR removes coverage from this job. Consequently, the run-time of the job is reduced from ~15 [1] minutes to ~11 minutes. If we look just at the step_script part of the job, run-time is reduced from ~13.5 minutes to ~9 minutes.

Before this MR:

After this MR:

Manually testing the MR

Trust the CI.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Arvid Jakobsson

Merge request reports

Loading