Skip to content

Commit d77f549

Browse files
committed
Update pytest configuration to include query_reformulator.py in coverage measurement
1 parent 4bb466b commit d77f549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/slackBotFunction/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
testpaths = tests
33
python_files = test_*.py
44
python_functions = test_*
5-
addopts = -v --tb=short --cov=app --cov-report=xml:coverage/coverage.xml --cov-report=term-missing
5+
addopts = -v --tb=short --cov=app --cov=query_reformulator --cov-report=xml:coverage/coverage.xml --cov-report=term-missing

0 commit comments

Comments
 (0)