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 79edce3 commit 5b928c8Copy full SHA for 5b928c8
python-frontend/typeshed_serializer/tox.ini
@@ -4,7 +4,7 @@ skipsdist = True
4
5
[testenv]
6
deps = -rrequirements.txt
7
-commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources
+commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources --cov-branch
8
9
[testenv:serialize]
10
0 commit comments