-
Notifications
You must be signed in to change notification settings - Fork 15
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
[nasa/onair#9] Add CI Pipeline #20
Conversation
Codecov Report
@@ Coverage Diff @@
## main #20 +/- ##
========================================
Coverage ? 100.00%
========================================
Files ? 25
Lines ? 1164
Branches ? 155
========================================
Hits ? 1164
Misses ? 0
Partials ? 0 |
Why did one of the checks fail? What's the difference between build (push) and build (pull_request)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing branch coverage and including test files in report.
putting --branch --source=onair
into the pytest run should fix that (or --source=src,data_handling,utils
if the current branch has not yet been rebased to main).
Closing in favor of #21 |
Resolve "Run unit tests in random order" Closes nasa#20 See merge request cFS_lab/raisr_nos3/raisr-2.0!11
@asgibson did the heavy lifting here - I just pushed the first code coverage up and added fun badges to the readme.