Skip to content

Commit cc315ee

Browse files
authored
Merge pull request #22 from Kentzo/cov-branch
Enable branch coverage in pytest.
2 parents 443aafe + 712f732 commit cc315ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tool:pytest]
2-
addopts= --cov=async_timeout --cov-report=term --cov-report=html
2+
addopts= --cov=async_timeout --cov-report=term --cov-report=html --cov-branch

0 commit comments

Comments
 (0)