Skip to content

Commit c8c97a7

Browse files
committed
💅 Turn ints to true bools @ coveragerc
1 parent a8c59e1 commit c8c97a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ exclude_lines =
2323
^\s*@pytest\.mark\.xfail
2424

2525
[run]
26+
branch = true
2627
include =
2728
src/*
2829
testing/*
@@ -32,5 +33,4 @@ include =
3233
*/pypy*/site-packages/pytest.py
3334
*\Lib\site-packages\_pytest\*
3435
*\Lib\site-packages\pytest.py
35-
parallel = 1
36-
branch = 1
36+
parallel = true

0 commit comments

Comments
 (0)