rhevm-qe-automation / pytest_jira

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

Fix error due to new permissions check #114

Closed gs202 closed 4 years ago

gs202 commented 4 years ago

Test fails due to fails in returned response, BROWSE change to BROWSE_PROJECTS

codecov-io commented 4 years ago

Codecov Report

Merging #114 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   95.27%   95.27%           
=======================================
  Files           1        1           
  Lines         233      233           
=======================================
  Hits          222      222           
  Misses         11       11
Impacted Files Coverage Δ
pytest_jira.py 95.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 afd0e1d...dd6a208. Read the comment docs.

ajeain commented 4 years ago

@lukas-bednar can you release a new build plz?

lukas-bednar commented 4 years ago

done

liiight commented 4 years ago

Nice work @gs202