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

Fix #7, update code coverage for md_app_tests.c #25

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

havencarlson
Copy link
Contributor

@havencarlson havencarlson commented Jun 22, 2022

Checklist (Please check before submitting)

Describe the contribution
Fix #7
Updated unit tests for md_app_tests.c for more coverage.

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
no impact to behavior

System(s) tested on
OS: Ubuntu 18.04

Contributor Info - All information REQUIRED for consideration of pull request
Haven Carlson - NASA

Copy link
Contributor

@skliper skliper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the .github/workflows/unit-test-coverage.yml to match the updated coverage

unit-test/md_app_tests.c Outdated Show resolved Hide resolved
unit-test/md_app_tests.c Outdated Show resolved Hide resolved
dzbaker added a commit that referenced this pull request Jul 6, 2022
Fix #7, update code coverage for md_app_tests.c
@dzbaker dzbaker merged commit 3760707 into nasa:main Jul 8, 2022
@skliper skliper added this to the Draco milestone Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisit coverage, update to 100% code/branch or write issues where unreachable
4 participants