From 9156f6afb5832175762ea2ab8d21e54520665868 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 28 Sep 2017 13:52:20 +0800 Subject: Add coverage test item Currently there is no coverage report, so it's necessary to add covrage test for parser. JIRA: PARSER-159 Change-Id: I7688b2c7e3adc8d0009e5edf33be41c7c75a5d87 Signed-off-by: shangxdy --- tosca2heat/tosca-parser/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tosca2heat/tosca-parser/.gitignore') diff --git a/tosca2heat/tosca-parser/.gitignore b/tosca2heat/tosca-parser/.gitignore index c172104..2fe4959 100644 --- a/tosca2heat/tosca-parser/.gitignore +++ b/tosca2heat/tosca-parser/.gitignore @@ -17,6 +17,7 @@ develop-eggs .installed.cfg lib lib64 +cover # Installer logs pip-log.txt @@ -53,4 +54,4 @@ ChangeLog *.iml # OSX -.DS_Store \ No newline at end of file +.DS_Store -- cgit 1.2.3-korg