aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorvrvarma <vv8305@att.com>2020-02-19 19:53:50 -0500
committervrvarma <vv8305@att.com>2020-02-19 20:08:37 -0500
commit680cab955f1d746117c14ee21396ffc53a19664a (patch)
tree681efcc3237511529953f737ad9f7112d4179cc3 /.coveragerc
parent2c755666759b18652f9b93a87d3b0d1c5f256fd7 (diff)
Add apps folder into the coverage reports
Change-Id: I1c222b6a5cc5bbdc6353ce1b06c03e44917849fd Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-698
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index a5afd52..a4ec20c 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -2,7 +2,7 @@
[run]
branch = True
cover_pylib = False
-include = osdf/**/*.py
+include = osdf/**/*.py, apps/**/*.py
[report]
# Regexes for lines to exclude from consideration