nasa / FM

The Core Flight System (cFS) File Manager (FM) application.
Apache License 2.0
42 stars 24 forks source link

Part #17, update code coverage #35

Closed chillfig closed 2 years ago

chillfig commented 2 years ago

Increases code coverage for fm_child_tests.c and fm_cmds_tests.c

Checklist (Please check before submitting)

Describe the contribution A clear and concise description of what the contribution is.

Testing performed

  1. lcov --capture --rc lcov_branch_coverage=1 --directory build --output-file coverage_test.info
  2. lcov --rc lcov_branch_coverage=1 --add-tracefile coverage_base.info --add-tracefile coverage_test.info --output-file coverage_total.info
  3. genhtml coverage_total.info --branch-coverage --output-directory lcov

Expected behavior changes None

System(s) tested on

Additional context None

Contributor Info - All information REQUIRED for consideration of pull request Full name and company/organization/center of all contributors ("Personal" if individual work)

astrogeco commented 2 years ago

@chillfig looks like the code-format check is failing, probably need some whitespace changes

astrogeco commented 2 years ago

CCB:2022.06.22 APPROVED