ci: report test coverage to coveralls.io

This records test coverage for the amd64 no race tests and uploads the
results to coveralls.io.

Updates #cleanup

Signed-off-by: Ox Cart <ox.to.a.cart@gmail.com>
This commit is contained in:
Percy Wegmann
2023-11-20 14:22:57 -06:00
committed by Percy Wegmann
parent 66471710f8
commit 17501ea31a
5 changed files with 194 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
set -euo pipefail
if [[ "${CI:-}" == "true" ]]; then
if [[ "${CI:-}" == "true" && "${NOBASHDEBUG:-}" != "true" ]]; then
set -x
fi