Closed lukas-bednar closed 5 years ago
Merging #98 into master will increase coverage by
0.12%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
+ Coverage 98.06% 98.19% +0.12%
==========================================
Files 1 1
Lines 207 221 +14
==========================================
+ Hits 203 217 +14
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
pytest_jira.py | 98.19% <100%> (+0.12%) |
: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 9a52dad...71b0daa. Read the comment docs.
Align plugin with pytest version 4.0
Fixes: #96
tox: add test for pytest3
Since there is new version of pytest4, we still want to be compatible with older versions of pytest. from this reason this patch adds test for pytest3 to ensure compatibility with this version.
Signed-off-by: Lukas Bednar lbednar@redhat.com