dojot / device-manager

Device management service for dojot
http://www.dojot.com.br
Apache License 2.0
0 stars 1 forks source link

corrected empty space in return actuation #188

Closed joelpmonteiro closed 3 years ago

joelpmonteiro commented 3 years ago

the empty space that continues in the return of the devices performance has been fixed. And also in the docs/apiary.apib files there was this same space, and I removed it. And in the test files "test_device_handler.py" there was also, but I have already removed those spaces mentioned above.

codecov[bot] commented 3 years ago

Codecov Report

Merging #188 (fece69d) into development (c61aa98) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #188   +/-   ##
============================================
  Coverage        82.13%   82.13%           
============================================
  Files               28       28           
  Lines             2440     2440           
============================================
  Hits              2004     2004           
  Misses             436      436           
Flag Coverage Δ
Device-manager 82.13% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
DeviceManager/DeviceHandler.py 64.73% <100.00%> (ø)
tests/test_device_handler.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c61aa98...fece69d. Read the comment docs.

mprevide commented 3 years ago

You can do the PR directly for the development from your fork, it's even more adequate.

joelpmonteiro commented 3 years ago

alright, i'll do it in the next few. And is this one ready to be merged into dojot?