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
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe. This will show up with the implicit default case uncovered since it's unreachable:
CF/fsw/src/cf_utils.c
Lines 190 to 206 in 593d61a
Describe the solution you'd like Add the default case explicitly
Describe alternatives you've considered None
Additional context None
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#266, Explicit default case in CF_WriteHistoryEntryToFile for…
423af53
… coverage
25ccae1
Merge pull request #267 from skliper/fix215-improve_coverage
bff67f8
Fix #194 #108 #215 #27 #266, Coverage improvements
skliper
Successfully merging a pull request may close this issue.
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe.
This will show up with the implicit default case uncovered since it's unreachable:
CF/fsw/src/cf_utils.c
Lines 190 to 206 in 593d61a
Describe the solution you'd like
Add the default case explicitly
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: