Skip to content
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

EVS Unit Test Code Coverage Incomplete in Task.c (GSFC DCR 8492) #189

Closed
skliper opened this issue Sep 30, 2019 · 4 comments · Fixed by #490
Closed

EVS Unit Test Code Coverage Incomplete in Task.c (GSFC DCR 8492) #189

skliper opened this issue Sep 30, 2019 · 4 comments · Fixed by #490
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2019

cfe_evs_task.c - 99.61% % coverage (2 Lines of Code NOT executed)

The lines not covered are in CFE_EVS_TaskInit:

    -:  385:   /* Register EVS task for event services */
    5:  386:   Status = CFE_EVS_Register(NULL, 0, CFE_EVS_BINARY_FILTER);
    5:  387:   if (Status != CFE_SUCCESS)
    -:  388:   {
#####:  389:      CFE_ES_WriteToSysLog("EVS:Call to CFE_EVS_Register Failed:RC=0x%08X\n",(unsigned int)Status);
#####:  390:      return Status;
    -:  391:   }

REASON: None

@skliper skliper self-assigned this Sep 30, 2019
@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Imported from trac issue 158. Created by sstrege on 2016-05-09T20:05:14, last modified: 2019-03-01T15:27:58

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by glimes on 2016-10-18 15:07:03:

Remove my name from many tickets (where it was applied by default), so others can tell that there are tickets that need some attention.

@skliper skliper removed their assignment Sep 30, 2019
@skliper skliper added this to the 6.8.0 milestone Nov 4, 2019
@avan989
Copy link
Contributor

avan989 commented Jan 9, 2020

I can do this.

@skliper
Copy link
Contributor Author

skliper commented Jan 9, 2020

Excellent, I suggest start by rerunning the test to identify any currently missing coverage.

skliper added a commit that referenced this issue Jan 21, 2020
Fix #189, Unit test for cfe_evs_task.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants