From 8c69645ca566e6a740c88d19d312f3bfff9e7bd6 Mon Sep 17 00:00:00 2001 From: santanude Date: Thu, 26 May 2022 13:45:55 +0530 Subject: [PATCH] smo/ves project is not visible on sonarcloud.io SMO-67 Signed-off-by: santanude Change-Id: I228e5e5244afc669120627939b0d4c986ab78ae9 --- tox.ini | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 60ef6b2..4f58a62 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,6 @@ [tox] minversion = 2.0 -envlist = - code, - docs, - docs-linkcheck, +envlist = code,flake8,docs,docs-linkcheck skipsdist = true [testenv:docs] @@ -44,4 +41,4 @@ deps= # all for the end of tests commands = pytest --cov dir-name --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml - coverage xml -i \ No newline at end of file + coverage xml -i -- 2.16.6