Commit 9842cf09 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix_artifats: fix coverage error in mid-csp-lmc

parent 8e16918a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ test=pytest
branch = True
source = csp-lmc-mid
datafile = csp-lmc-mid_coverage

[tool:pytest]
testpaths = tests
addopts = --cov=csp_lmc_mid
+2 −4
Original line number Diff line number Diff line
@@ -57,10 +57,8 @@ setup(
            ],
        tests_require=[
            'pytest',
            'pytest-cov',
            'coverage',
            'pytest-json-report',
            'pycodestyle',
        ],
        extras_require={
            'dev':  ['prospector[with_pyroma]', 'yapf', 'isort']
      })
      )