Skip to content

Commit 750e3dc

Browse files
committed
collect reporting from pytest_bdd package
1 parent abbf669 commit 750e3dc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.coveragerc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[run]
22
branch = true
3-
include =
4-
pytest_bdd/*
5-
tests/*
3+
source_pkgs = pytest_bdd
4+
source = tests
5+
6+
[paths]
7+
source =
8+
.
9+
.tox/*/lib/*/site-packages/
10+
.tox\\*\\Lib\\site-packages\\

0 commit comments

Comments
 (0)