-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix(rhsmServices,redux): issues/10 inventory guests api, state #330
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.
…ights#330) * build, dotenv host inventory guest API endpoint added * redux actions, reducers, types for inventory guests * rhsmServices, add base host inventory guests API * rhsmApiTypes, common API response types, inventory guests
Codecov Report
@@ Coverage Diff @@
## ci #330 +/- ##
==========================================
+ Coverage 92.40% 92.44% +0.03%
==========================================
Files 55 55
Lines 1330 1336 +6
Branches 313 315 +2
==========================================
+ Hits 1229 1235 +6
Misses 86 86
Partials 15 15
Continue to review full report at Codecov.
|
* build, dotenv host inventory guest API endpoint added * redux actions, reducers, types for inventory guests * rhsmServices, add base host inventory guests API * rhsmApiTypes, common API response types, inventory guests
* build, dotenv host inventory guest API endpoint added * redux actions, reducers, types for inventory guests * rhsmServices, add base host inventory guests API * rhsmApiTypes, common API response types, inventory guests
* build, dotenv host inventory guest API endpoint added * redux actions, reducers, types for inventory guests * rhsmServices, add base host inventory guests API * rhsmApiTypes, common API response types, inventory guests
* build, dotenv host inventory guest API endpoint added * redux actions, reducers, types for inventory guests * rhsmServices, add base host inventory guests API * rhsmApiTypes, common API response types, inventory guests
What's included
Notes
How to test
Local run check
A minimal "mock" check can be run locally.
$ yarn
$ yarn start
Example
Updates issue/story
#10
relates #291