-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove code cruft #94
Conversation
Only called in one place in tests and the method called is completely commented out and does nothing
Unused
@@ -214,7 +213,6 @@ public void testPy() throws Exception { | |||
String dockerCommands = "RUN DEBIAN_FRONTEND=noninteractive apt-get update;" + | |||
"apt-get -y upgrade;apt-get install -y libblas3gf liblapack3gf libhdf5-serial-dev\n" + | |||
"RUN pip install tables"; | |||
PySrvRepoPreparator.prepare(userId, moduleName, methodSpec, pythonCode, dockerCommands, repoDir); |
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.
This method is completely commented out and does nothing
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #94 +/- ##
=============================================
+ Coverage 64.19% 70.67% +6.47%
Complexity 1457 1457
=============================================
Files 101 91 -10
Lines 5600 5087 -513
Branches 575 490 -85
=============================================
Hits 3595 3595
+ Misses 1775 1262 -513
Partials 230 230 ☔ View full report in Codecov by Sentry. |
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!
All of this code is isolated and unused by the main code base