From 5d67d58a8499aaf2b53034ba904c32b53720ea6e Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Mon, 15 Apr 2024 16:58:26 -0400 Subject: [PATCH] don't forget the ERB files. --- plugins/bullseye/assets/template.erb | 7 +++++++ plugins/report_tests_gtestlike_stdout/assets/template.erb | 7 +++++++ plugins/report_tests_pretty_stdout/assets/template.erb | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/plugins/bullseye/assets/template.erb b/plugins/bullseye/assets/template.erb index 504f8558..edcfe9d8 100644 --- a/plugins/bullseye/assets/template.erb +++ b/plugins/bullseye/assets/template.erb @@ -1,3 +1,10 @@ +# ========================================================================= +# Ceedling - Test-Centered Build System for C +# ThrowTheSwitch.org +# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + % function_string = hash[:coverage][:functions].to_s % branch_string = hash[:coverage][:branches].to_s % format_string = "%#{[function_string.length, branch_string.length].max}i" diff --git a/plugins/report_tests_gtestlike_stdout/assets/template.erb b/plugins/report_tests_gtestlike_stdout/assets/template.erb index b312cdb1..9134f235 100644 --- a/plugins/report_tests_gtestlike_stdout/assets/template.erb +++ b/plugins/report_tests_gtestlike_stdout/assets/template.erb @@ -1,3 +1,10 @@ +# ========================================================================= +# Ceedling - Test-Centered Build System for C +# ThrowTheSwitch.org +# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + % ignored = hash[:results][:counts][:ignored] % failed = hash[:results][:counts][:failed] % stdout_count = hash[:results][:counts][:stdout] diff --git a/plugins/report_tests_pretty_stdout/assets/template.erb b/plugins/report_tests_pretty_stdout/assets/template.erb index 52b29f7f..001f8478 100644 --- a/plugins/report_tests_pretty_stdout/assets/template.erb +++ b/plugins/report_tests_pretty_stdout/assets/template.erb @@ -1,3 +1,10 @@ +# ========================================================================= +# Ceedling - Test-Centered Build System for C +# ThrowTheSwitch.org +# Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams +# SPDX-License-Identifier: MIT +# ========================================================================= + % ignored = hash[:results][:counts][:ignored] % failed = hash[:results][:counts][:failed] % stdout_count = hash[:results][:counts][:stdout]