Skip to content

Commit

Permalink
run in coverage mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Nov 14, 2023
1 parent 49784cd commit f149571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ignore_errors = true
commands =
python -bb -X dev -m coverage run --rcfile=.coveragerc --source=hypothesis -m pytest -n0 --ff {posargs} \
tests/cover tests/conjecture tests/datetime tests/numpy tests/pandas tests/lark \
tests/redis tests/dpcontracts tests/codemods tests/typing_extensions tests/patching
tests/redis tests/dpcontracts tests/codemods tests/typing_extensions tests/patching tests/test_annotated_types.py
python -m coverage report
python scripts/validate_branch_check.py

Expand Down

0 comments on commit f149571

Please sign in to comment.