-
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
Updates documentation #927
Updates documentation #927
Conversation
- Improves developer documentation for client - Refactors documentation for docker scenarios - Adds new run-time monitoring example
|
||
### Execute | ||
|
||
Executes the Incubator digital twin with a mock physical twin. Pushes the results in the terminal, _incubator/log.log_, and in InfluxDB. |
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.
Line length
|
||
The _execute_ script will then start outputting system states and | ||
the monitor verdict approx every 3 seconds. The output is printed | ||
as follows |
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.
Trailing spaces
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/distributed-demo #927 +/- ##
=============================================================
+ Coverage 66.49% 90.44% +23.94%
=============================================================
Files 31 34 +3
Lines 394 492 +98
Branches 26 39 +13
=============================================================
+ Hits 262 445 +183
+ Misses 117 24 -93
- Partials 15 23 +8 see 6 files with indirect coverage changes
|
Code Climate has analyzed commit 50d3307 and detected 0 issues on this pull request. View more on Code Climate. |
cede74b
into
INTO-CPS-Association:feature/distributed-demo
Addresses issue #900