Closed liiight closed 7 years ago
Merging #82 into master will not change coverage. The diff coverage is
66.66%
.
@@ Coverage Diff @@
## master #82 +/- ##
=======================================
Coverage 98.34% 98.34%
=======================================
Files 1 1
Lines 181 181
=======================================
Hits 178 178
Misses 3 3
Impacted Files | Coverage Δ | |
---|---|---|
pytest_jira.py | 98.34% <66.66%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 22bf4e8...36efeef. Read the comment docs.
right about the issue, wrong about the fix 😄
since the resolved_status
generator was consumed after the first call, self.is_issue_resolved(issue_id)
always returned False
. A negative test to run=False
catches this.
should i care about that coverage drop?
should i care about that coverage drop?
no, that relevant if-branch is not covered currently anyway. https://codecov.io/gh/rhevm-qe-automation/pytest_jira/compare/22bf4e8c4a53f39b2f9fb56a72128afee669c10b...36efeef380e240046269213f6ed938c7a4dd7c8d/diff#D2-420
Thank you!
np, glad to help.
if
run
was set toFalse
the test was always skipped