Skip to content

Commit 31b2118

Browse files
authored
Fix missing lines (#54)
* fix when coverage is full * 1.1.22
1 parent 03b8cb1 commit 31b2118

File tree

7 files changed

+115
-2550
lines changed

7 files changed

+115
-2550
lines changed

data/pytest-coverage_7.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
============================= test session starts ==============================
2+
---------- coverage: platform linux, python 3.10.2-final-0 -----------
3+
Name Stmts Miss Branch BrPart Cover Missing
4+
--------------------------------------------------------------------
5+
src/schedule/header.py 50 0 16 0 100%
6+
src/schedule/pdf.py 16 0 2 0 100%
7+
src/schedule/utils.py 53 1 22 2 96% 120, 134->133
8+
--------------------------------------------------------------------
9+
TOTAL 119 1 40 2 98%

0 commit comments

Comments
 (0)