We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb466b commit d77f549Copy full SHA for d77f549
packages/slackBotFunction/pytest.ini
@@ -2,4 +2,4 @@
2
testpaths = tests
3
python_files = test_*.py
4
python_functions = test_*
5
-addopts = -v --tb=short --cov=app --cov-report=xml:coverage/coverage.xml --cov-report=term-missing
+addopts = -v --tb=short --cov=app --cov=query_reformulator --cov-report=xml:coverage/coverage.xml --cov-report=term-missing
0 commit comments