aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authormichal.jagiello@t-mobile.pl <michal.jagiello@t-mobile.pl>2023-11-02 18:04:59 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-11-02 19:09:26 +0100
commit10cc190bc21f3f72814ac818b180c2bb06029981 (patch)
treed0594d1ec1a92cb68d20c0db9af90a0bba5030c5 /setup.cfg
parent4bdb9d7a9e6b0087332a61125d544a95e695cb8b (diff)
Sonarqube fixes
Code was linted using sonarqube and fixes was made Issue-ID: TEST-404 Change-Id: Id5874b8f4f392228743cd12657a8efcb1ded0b5b Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 5206f2c..b0a3206 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -49,8 +49,7 @@ test=pytest
[tool:pytest]
addopts =
- --verbose --doctest-modules --junitxml=pytest-unit.xml
- --cov-report term-missing --cov-report xml --cov-report html
- --cov=src/onapsdk --maxfail=1 --cov-fail-under=98
+ --verbose --doctest-modules --cov-fail-under=98
+ --cov-report term-missing --cov=src/onapsdk --maxfail=1
testpaths = tests src