diff options
author | vrvarma <vv8305@att.com> | 2020-02-19 19:53:50 -0500 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2020-02-19 20:08:37 -0500 |
commit | 680cab955f1d746117c14ee21396ffc53a19664a (patch) | |
tree | 681efcc3237511529953f737ad9f7112d4179cc3 /tox.ini | |
parent | 2c755666759b18652f9b93a87d3b0d1c5f256fd7 (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 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,11 +19,11 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test/test-requirements.txt [run] -source=./osdf/,osdfapp.py +source=./apps/,./osdf/,osdfapp.py [testenv:pylint] whitelist_externals=bash -commands = bash -c "pylint --reports=y osdf | tee pylint.out" +commands = bash -c "pylint --reports=y osdf apps| tee pylint.out" [testenv:py3] basepython=python3.6 |