Skip to content

Commit 5b928c8

Browse files
Add branch coverage for typeshed-serializer (#1084)
1 parent 79edce3 commit 5b928c8

File tree

1 file changed

+1
-1
lines changed
  • python-frontend/typeshed_serializer

1 file changed

+1
-1
lines changed

python-frontend/typeshed_serializer/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ skipsdist = True
44

55
[testenv]
66
deps = -rrequirements.txt
7-
commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources
7+
commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources --cov-branch
88

99
[testenv:serialize]
1010
deps = -rrequirements.txt

0 commit comments

Comments
 (0)