-
Notifications
You must be signed in to change notification settings - Fork 299
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
Add test coverage for params_file
parameter in spawner/unspawner tests
#1754
Add test coverage for params_file
parameter in spawner/unspawner tests
#1754
Conversation
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.
Thanks for your contribution. Please run pre-commit locally to satisfy the linters.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1754 +/- ##
==========================================
- Coverage 86.77% 86.76% -0.02%
==========================================
Files 116 116
Lines 10703 10716 +13
Branches 981 981
==========================================
+ Hits 9288 9298 +10
- Misses 1062 1064 +2
- Partials 353 354 +1
Flags with carried forward coverage won't be shown. Click here to find out 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.
Perfect. This should do the proper check.
As @christophfroehlich pointed out, please fix the pre-commit and push it
Thanks @saikishor and @christophfroehlich I have fixed the changes as mentioned. |
I'm waiting for @christophfroehlich or other maintainers to trigger the CI |
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.
Thanks. I haven't checked if the assertion was added to every test, but it seems to be fine.
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.
LGTM
Thanks @saikishor and @christophfroehlich for prompt replies. |
Overview
params_file
parameter in test_spawner_unspawner.cpp #1702params_file
parameter in the test_spawner_unspawner.cpp.