rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Add support for custom issue resolved status #61

Closed lukas-bednar closed 7 years ago

lukas-bednar commented 7 years ago

Fixes #60

codecov-io commented 7 years ago

Codecov Report

Merging #61 into master will decrease coverage by 0.6%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #61      +/-   ##
=========================================
- Coverage   79.31%   78.7%   -0.61%     
=========================================
  Files           1       1              
  Lines         145     155      +10     
=========================================
+ Hits          115     122       +7     
- Misses         30      33       +3
Impacted Files Coverage Δ
pytest_jira.py 78.7% <72.72%> (-0.61%) :arrow_down:

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 8b511ba...b6a230f. Read the comment docs.

lukas-bednar commented 7 years ago

Coverage decreased on module level, which is by design for pytest-cov plugin, and branches with DEFAULT_RESOLVED_STATUSES are not covered.

It is OK.

lukas-bednar commented 7 years ago

@KKoukiou done