We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Imported from trac issue 158. Created by sstrege on 2016-05-09T20:05:14, last modified: 2019-03-01T15:27:58
Sorry, something went wrong.
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.
I can do this.
Excellent, I suggest start by rerunning the test to identify any currently missing coverage.
Fix #189, Add test coverage for cfe_efs_task.c
067ffe2
Merge pull request #464 from avan989/update_unitTest
94f91a9
Fix #189, Unit test for cfe_evs_task.c
avan989
Successfully merging a pull request may close this issue.
cfe_evs_task.c - 99.61% % coverage (2 Lines of Code NOT executed)
The lines not covered are in CFE_EVS_TaskInit:
REASON: None
The text was updated successfully, but these errors were encountered: