Closed mjuuti closed 7 years ago
Merging #76 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #76 +/- ##
=======================================
Coverage 98.27% 98.27%
=======================================
Files 1 1
Lines 174 174
=======================================
Hits 171 171
Misses 3 3
Impacted Files | Coverage Δ | |
---|---|---|
pytest_jira.py | 98.27% <100%> (ø) |
: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 477ee55...f50eca9. Read the comment docs.
Thank you for your PR!
_affected_version, _affected_components and fixed_in_version do use .get() with existence check already. Create dictionary with .get() as well instead of key indices.