-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GITOPSRVCE-704: Improve test coverage of 'application_event_runner.go' in backend component #657
GITOPSRVCE-704: Improve test coverage of 'application_event_runner.go' in backend component #657
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jgwest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jgwest: This pull request references GITOPSRVCE-704 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #657 +/- ##
==========================================
+ Coverage 61.04% 62.61% +1.56%
==========================================
Files 99 99
Lines 18032 18113 +81
==========================================
+ Hits 11008 11341 +333
+ Misses 5784 5509 -275
- Partials 1240 1263 +23
☔ View full report in Codecov by Sentry. |
a4c1a5d
to
7d08524
Compare
@jgwest: This pull request references GITOPSRVCE-704 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest |
/retest |
backend/eventloop/application_event_loop/application_event_runner_test.go
Outdated
Show resolved
Hide resolved
backend/eventloop/application_event_loop/application_event_runner_test.go
Outdated
Show resolved
Hide resolved
backend/eventloop/application_event_loop/application_event_runner_test.go
Outdated
Show resolved
Hide resolved
@jgwest Looks good to me, added comments for few typos |
Thanks @Rizwana777! |
Description:
application_event_runner_test.go
chan *eventlooptypes.EventLoopEvent
tochan eventlooptypes.EventLoopEvent
, as it didn't make sense for these to be pointers.Link to JIRA Story (if applicable): GITOPSRVCE-704