reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

Backward compatibility fixes #111

Closed HardNorth closed 3 years ago

HardNorth commented 3 years ago

Fix for Issue #110 Also adds a reference on the current listener to be able to log into launch on runtime as here: https://github.com/reportportal/examples-python/blob/master/robotframework/robot/library/LaunchLevelLog.py

codecov-commenter commented 3 years ago

Codecov Report

Merging #111 (de793bd) into master (0e95f3f) will increase coverage by 9.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   38.52%   47.97%   +9.45%     
==========================================
  Files          10       10              
  Lines         514      519       +5     
==========================================
+ Hits          198      249      +51     
+ Misses        316      270      -46     
Flag Coverage Δ
unittests 47.97% <100.00%> (+9.45%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
robotframework_reportportal/logger.py 0.00% <ø> (ø)
robotframework_reportportal/listener.py 62.18% <100.00%> (+14.81%) :arrow_up:
robotframework_reportportal/service.py 71.62% <0.00%> (+14.86%) :arrow_up:
robotframework_reportportal/model.py 63.20% <0.00%> (+18.86%) :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 0e95f3f...de793bd. Read the comment docs.