Project

General

Profile

Actions

action #167803

closed

coordination #127031: [saga][epic] openQA for SUSE customers

coordination #165393: [epic] Improved code coverage in openQA

flaky coverage: lib/OpenQA/Shared/Controller/Running.pm size:S

Added by tinita 7 months ago. Updated 7 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2024-10-04
Due date:
% Done:

0%

Estimated time:

Description

Observation

https://app.codecov.io/gh/os-autoinst/openQA/pull/5978/indirect-changes
Seen in

     # setup a function to stop streaming again
     my $timer_id;
     my $close_connection = sub ($self, @) {     # line 204-206 reported as uncovered
         Mojo::IOLoop->remove($timer_id);
         $self->finish;
     };
 
     # setup a recurring timer to send the last screenshot to the client

Acceptance criteria

  • AC1: The code is marked as covered in Codecov

Suggestions

  • Run the tests locally and check if the code is executed or not
  • Evaluate if the lines can be marked as uncoverable
Actions

Also available in: Atom PDF