From 0c9838cbd1c197e63abf4e27571c96cac5b8a900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 14 Feb 2022 13:02:02 -1000 Subject: [PATCH] Fix CI --- .simplecov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.simplecov b/.simplecov index 88620026..30cde509 100644 --- a/.simplecov +++ b/.simplecov @@ -33,7 +33,7 @@ SimpleCov.start do track_files '**/*.rb' end -if ENV['CODECOV'] +if ENV['CODECOV'] == 'yes' require 'simplecov-console' require 'codecov'