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 pytest-3 compatibility #57

Closed vkondula closed 7 years ago

vkondula commented 7 years ago

fixes: #46

codecov-io commented 7 years ago

Current coverage is 79.31% (diff: 50.00%)

Merging #57 into master will decrease coverage by 0.40%

@@             master        #57   diff @@
==========================================
  Files             1          1          
  Lines           143        145     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            114        115     +1   
- Misses           29         30     +1   
  Partials          0          0          

Powered by Codecov. Last update 76c6c15...5b92531

vkondula commented 7 years ago

@lukas-bednar how I am suppose to pass codecov? Run everything with both pytest-2 and pytest-3?