-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
adding regression test for modules #1503
adding regression test for modules #1503
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.
Check my comment on why the regression is failing. Furthermore, you still need to invoke the class with a value for module
and unload_modules
.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## devel #1503 +/- ##
==========================================
+ Coverage 76.46% 76.67% +0.21%
==========================================
Files 57 57
Lines 6614 6614
==========================================
+ Hits 5057 5071 +14
+ Misses 1557 1543 -14 ☔ View full report in Codecov by Sentry. |
change invocation of "BuildTest" when invoking test and add comment on what is being tested
No description provided.