summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/.coveragerc
diff options
context:
space:
mode:
authorMiroslav Los <miroslav.los@pantheon.tech>2019-12-18 13:10:24 +0100
committerMiroslav Los <miroslav.los@pantheon.tech>2020-01-07 10:25:09 +0100
commite0b1912b608523881e43e5d7e22610fafba8fac4 (patch)
tree544d4d830a40c0ebe790ca24fb539ca203fa1492 /cdap/cdapplugin/.coveragerc
parentf31bd85266b8bdb7d95bb6f6e2f6d48967278f9a (diff)
Remove obsolete cdap and docker plugins
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: DCAEGEN2-1987 Change-Id: I7e7114458a2931b8f1baf915f1714ee8465b86e5
Diffstat (limited to 'cdap/cdapplugin/.coveragerc')
-rw-r--r--cdap/cdapplugin/.coveragerc25
1 files changed, 0 insertions, 25 deletions
diff --git a/cdap/cdapplugin/.coveragerc b/cdap/cdapplugin/.coveragerc
deleted file mode 100644
index 7e87c60..0000000
--- a/cdap/cdapplugin/.coveragerc
+++ /dev/null
@@ -1,25 +0,0 @@
-# .coveragerc to control coverage.py
-[run]
-branch = True
-cover_pylib = False
-include = */cdapcloudify/*.py
-
-[report]
-# Regexes for lines to exclude from consideration
-exclude_lines =
- # Have to re-enable the standard pragma
- pragma: no cover
-
- # Don't complain about missing debug-only code:
- def __repr__
- if self\.debug
-
- # Don't complain if tests don't hit defensive assertion code:
- raise AssertionError
- raise NotImplementedError
-
- # Don't complain if non-runnable code isn't run:
- if 0:
- if __name__ == .__main__.:
-
-ignore_errors = True