From fe2e6a1731c9c3210cf6a600c694afc96a5030f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 13 Feb 2025 08:49:31 +0100 Subject: [PATCH] Fix "Revert "Makefile: add coverage target"" This fixes commit d02c0a1754ea14e5d2b8d01a6e78f5986ff0b4ce. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f4601f..20b884e 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ user-%: ci: export EXIT_ON_ERROR = 1 ci: export DO_RMI_TESTS = 1 ci: export DOCKER_BUILDKIT ?= 0 -ci: check coverage +ci: check tests DO_RMI_TESTS ?= .PHONY: test tests