-
Notifications
You must be signed in to change notification settings - Fork 0
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 option to use local files instead of download. #257
base: main
Are you sure you want to change the base?
Add option to use local files instead of download. #257
Conversation
!test |
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.
It looks good to me at all! Just some remarks.
But @sebastian-peter has some other comments?
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.
Had a first view here, but I guess the merge conflicts need to be solved first
…d-of-download # Conflicts: # build.gradle # src/main/resources/config-template.conf # src/main/scala/edu/ie3/simbench/config/SimbenchConfig.scala # src/main/scala/edu/ie3/simbench/main/RunSimbench.scala
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #257 +/- ##
==========================================
- Coverage 62.75% 62.48% -0.27%
==========================================
Files 70 70
Lines 2054 2090 +36
Branches 48 48
==========================================
+ Hits 1289 1306 +17
- Misses 765 784 +19 ☔ View full report in Codecov by Sentry. |
Resolves #256