-
Notifications
You must be signed in to change notification settings - Fork 527
Refactor Docker config for testing #1079
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1079 +/- ##
=========================================
Coverage 69.77% 69.77%
Complexity 3193 3193
=========================================
Files 655 655
Lines 15592 15592
Branches 903 903
=========================================
Hits 10879 10879
Misses 4325 4325
Partials 388 388Continue to review full report at Codecov.
|
|
@all-contributors please add @lpatino10 @padamstx for code, design, bug |
|
I've put up a pull request to add @lpatino10! 🎉 |
|
@all-contributors please add @lpatino10, @mkistler, @padamstx for code, design, bug |
mediumTaj
left a comment
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.
👍 looks good!
|
🎉 This PR is included in version 7.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR is essentially a modified version of this earlier PR by our friend @kingsodigie. Sorry I had to steal the change but thanks for the initial work! 😬
I went through that PR and was having a little trouble getting things set up to work during the
docker buildstep. I added a little more structure and some extra documentation to hopefully make this process easier to get up and running.For verification, you should be able to
cdinto thedockerdirectory as-is and rundocker build -t <tag>to run a simple hello world program.