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

Sample App Coverage Test Improvement #422

Open
kevincbruce opened this issue Dec 11, 2024 · 1 comment
Open

Sample App Coverage Test Improvement #422

kevincbruce opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
Feature New Feature

Comments

@kevincbruce
Copy link
Contributor

Build of [#407] and the information it'll provide to test utilizing that CodeCov data to improve and expand coverage tests to reach 100% coverage on an app, to serve as an example for future app coverage tests going forwards.

@msuder
Copy link
Contributor

msuder commented Feb 4, 2025

.github/workflows/build.yml
make debug
make build-test
make test-fsw
mkdir -p doc/coverage
gcovr --xml-pretty -o doc/coverage/coverage_report.xml
gcovr --html --html-details -o doc/coverage/coverage_report.html
firefox doc/coverage/coverage_report.html

msuder added a commit to nasa-itc/sample that referenced this issue Feb 7, 2025
msuder added a commit that referenced this issue Feb 7, 2025
msuder added a commit to nasa-itc/sample that referenced this issue Feb 7, 2025
msuder added a commit that referenced this issue Feb 7, 2025
msuder added a commit to nasa-itc/sample that referenced this issue Feb 10, 2025
msuder added a commit to nasa-itc/sample that referenced this issue Feb 10, 2025
msuder added a commit to nasa-itc/sample that referenced this issue Feb 10, 2025
msuder added a commit that referenced this issue Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants