From 215086dfac687b1e4fd164292aac06c5066df3fd Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 17 Apr 2018 15:42:43 +0300 Subject: Add test file stubs to include them in coverage percentage --- config/config_test.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/config_test.go (limited to 'config/config_test.go') diff --git a/config/config_test.go b/config/config_test.go new file mode 100644 index 0000000..780ac6b --- /dev/null +++ b/config/config_test.go @@ -0,0 +1,17 @@ +// gomuks - A terminal Matrix client written in Go. +// Copyright (C) 2018 Tulir Asokan +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + +package config_test -- cgit v1.2.3