-
Notifications
You must be signed in to change notification settings - Fork 57
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 http mode to library microservice #480
Add http mode to library microservice #480
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.
The PR diff size of 6290 lines exceeds the maximum allowed for the inline comments feature.
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feature/distributed-demo #480 +/- ##
============================================================
+ Coverage 63.38% 72.50% +9.11%
============================================================
Files 31 7 -24
Lines 396 120 -276
Branches 26 5 -21
============================================================
- Hits 251 87 -164
+ Misses 130 28 -102
+ Partials 15 5 -10
... and 36 files with indirect coverage changes
|
There is an issue with getting the httpServer from the httpAdapter instance. I know the reason is that the httpServer is first initialized after the app is created.
Almost done with the issue, all that is needed is to read a different config file.
38204ad
to
7e3c5eb
Compare
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.
The PR diff size of 6290 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 7e3c5eb and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
5e795ef
into
INTO-CPS-Association:feature/distributed-demo
Adds http file service to library microservice using cloudcmd package
Improvements over PR #345:
❌ The HTTP tests are failing on github actions. The problem seems to be that the libms service is not starting either directly or via pm2 package in github actions.