File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- [run]
2
- include =
3
- src/*
4
- testing/*
5
- */lib/python*/site-packages/_pytest/*
6
- */lib/python*/site-packages/pytest.py
7
- */pypy*/site-packages/_pytest/*
8
- */pypy*/site-packages/pytest.py
9
- *\Lib\site-packages\_pytest\*
10
- *\Lib\site-packages\pytest.py
11
- parallel = 1
12
- branch = 1
13
-
14
1
[paths]
15
2
source = src/
16
3
*/lib/python*/site-packages/
@@ -31,3 +18,16 @@ exclude_lines =
31
18
^\s*@overload( |$)
32
19
33
20
^\s*@pytest\.mark\.xfail
21
+
22
+ [run]
23
+ include =
24
+ src/*
25
+ testing/*
26
+ */lib/python*/site-packages/_pytest/*
27
+ */lib/python*/site-packages/pytest.py
28
+ */pypy*/site-packages/_pytest/*
29
+ */pypy*/site-packages/pytest.py
30
+ *\Lib\site-packages\_pytest\*
31
+ *\Lib\site-packages\pytest.py
32
+ parallel = 1
33
+ branch = 1
You can’t perform that action at this time.
0 commit comments