-
Notifications
You must be signed in to change notification settings - Fork 74
first shot at adding ~coveralls~ codecov integration #187
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
Changes from all commits
e337669
5b43562
e3e62bc
3991991
877be1d
5833932
eb41e6c
a6424d2
3188142
97249bc
d2ab46c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -174,6 +174,7 @@ RUN python3.7 -m pip install pip && \ | |||
|
||||
COPY ./source/Mlos.Python/requirements.txt /tmp/ | ||||
RUN python3.7 -m pip install -r /tmp/requirements.txt | ||||
RUN python3.7 -m pip install pytest-cov | ||||
|
||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or do we need There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes |
||||
# Expose the typical port that we start mlos microservice optimizer on by default. | ||||
EXPOSE 50051/tcp | ||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
comment: false |
Uh oh!
There was an error while loading. Please reload this page.