-
Notifications
You must be signed in to change notification settings - Fork 26
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
Improve coverage for CI #1271
Improve coverage for CI #1271
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1271 +/- ##
============================================
+ Coverage 72.64% 94.38% +21.74%
============================================
Files 90 90
Lines 8166 8262 +96
Branches 1459 1481 +22
============================================
+ Hits 5932 7798 +1866
+ Misses 1998 276 -1722
+ Partials 236 188 -48 ☔ View full report in Codecov by Sentry. |
I note that three re-tries in the CI https://github.com/Libensemble/libensemble/actions/runs/8413803993/job/23054205905 |
Improving coverage as a part of #1268
Improves coverage in libE.py and gets close to full coverage for
executor.py
,mpi_runner.py
andnode_resources.py
Includes some code restructuring and minor fixes.