Skip to content

Commit e3012a6

Browse files
committed
fix variable error
1 parent 17a20d8 commit e3012a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def build_master(covered_temp, no_cover_temp, covered, no_cover, ignore,
207207
else:
208208
pass
209209

210-
if no_cover_temp[i] not in (no_cover or Covered):
210+
if no_cover_temp[i] not in (no_cover or covered):
211211
no_cover.append(no_cover_temp[i])
212212
else:
213213
pass

0 commit comments

Comments
 (0)