1[pytest] 2addopts = --cov ./deepparse --cov-report html --cov-report xml --cov-config=.coveragerc 3testpaths = tests 4env = 5 TEST_LEVEL=unit 6 SENTRY_DSN= 7