reportportal / agent-Python-RobotFramework

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

Fix for post reporting #105

Closed iivanou closed 3 years ago

iivanou commented 3 years ago

Fixes #104.

codecov-commenter commented 3 years ago

Codecov Report

Merging #105 (c064955) into master (11618ba) will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   38.28%   38.28%           
=======================================
  Files          10       10           
  Lines         512      512           
=======================================
  Hits          196      196           
  Misses        316      316           
Flag Coverage Δ
unittests 38.28% <50.00%> (ø)

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

Impacted Files Coverage Δ
robotframework_reportportal/result_visitor.py 38.33% <ø> (ø)
robotframework_reportportal/time_visitor.py 33.33% <0.00%> (ø)
robotframework_reportportal/model.py 43.26% <100.00%> (ø)

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 11618ba...c064955. Read the comment docs.

ezequiel-atencio commented 3 years ago

Hey this fix works for me, but when pushing the output to report portal my 4 failed test cases are showed as skip instead of failures

iivanou commented 3 years ago

Hey this fix works for me, but when pushing the output to report portal my 4 failed test cases are showed as skip instead of failures

@ezequiel-atencio Updated PR with the fix.