Skip to content

Conversation

@xaionaro
Copy link
Member

@xaionaro xaionaro commented Jun 7, 2023

Without this fix:

[2023-06-07T15:19:31.783+01:00 I logger.go:53] Registering test step sshcmd
[2023-06-07T15:19:31.783+01:00 I logger.go:53] Registering reporter noop

With this fix:

[2023-06-07T15:12:38.611+01:00 I pluginregistry.go:91] Registering test step sshcmd
[2023-06-07T15:12:38.611+01:00 I pluginregistry.go:115] Registering reporter noop

Without this fix:

    [2023-06-07T15:19:31.783+01:00 I logger.go:53] Registering test step sshcmd
    [2023-06-07T15:19:31.783+01:00 I logger.go:53] Registering reporter noop

With this fix:

    [2023-06-07T15:12:38.611+01:00 I pluginregistry.go:91] Registering test step sshcmd
    [2023-06-07T15:12:38.611+01:00 I pluginregistry.go:115] Registering reporter noop

Signed-off-by: Dmitrii Okunev <[email protected]>
@xaionaro xaionaro force-pushed the bugfix/logging_file branch from 62d5b05 to 460569f Compare June 7, 2023 14:22
@xaionaro xaionaro requested review from mimir-d and tfg13 June 7, 2023 14:30
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08 🎉

Comparison is base (b12c692) 61.65% compared to head (460569f) 61.74%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #165      +/-   ##
===========================================
+ Coverage    61.65%   61.74%   +0.08%     
===========================================
  Files          130      130              
  Lines         9199     9209      +10     
===========================================
+ Hits          5672     5686      +14     
+ Misses        2856     2852       -4     
  Partials       671      671              
Flag Coverage Δ
e2e 49.57% <100.00%> (+0.07%) ⬆️
integration 56.81% <100.00%> (+0.10%) ⬆️
unittests 45.59% <ø> (ø)

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

Impacted Files Coverage Δ
pkg/logging/default_options.go 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mimir-d mimir-d merged commit afc42fb into develop Jun 9, 2023
@mimir-d mimir-d deleted the bugfix/logging_file branch June 9, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants