Skip to content

Drop goveralls dependency

Stan Hu requested to merge sh-drop-goveralls-dependency into main

NOTE THAT THIS FORK IS MAINTAINED FOR CRITICAL BUG FIXES AFFECTING RUNNING COSTS ONLY. NO OTHER CONTRIBUTIONS WILL BE ACCEPTED.

What critical bug this MR is fixing?

The latest version of goveralls no longer works with Go 1.12 due to an update in golang.org/x/mod/module that uses errors.As. We no longer need this dependency, so let's just remove it.

How does this change help reduce cost of usage? What scale of cost reduction is it?

CI was failing.

In what scenarios is this change usable with GitLab Runner's docker+machine executor?

Edited by Stan Hu

Merge request reports