From 05921736564116230e3b9934fb4ddab851bb7a12 Mon Sep 17 00:00:00 2001 From: Chris Nesbitt-Smith Date: Wed, 29 May 2024 20:51:54 +0100 Subject: [PATCH] coverage results --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f3328e56e..58fa39b52 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ desc "Run all tests with Ceedling" task :test do - sh "bundle exec ceedling test:all" + sh "bundle exec ceedling clobber test:all gcov:all utils:gcov" end desc "Build/Compile with esphome"