openweave / openweave-core

openWeave is a home area network application protocol stack designed to enable asynchronous, symmetric, device-to-device, device-to-mobile and device-to-cloud communications for control path and data path messaging.
Apache License 2.0
232 stars 106 forks source link

Update weave-state.py #638

Closed swherdman closed 3 years ago

swherdman commented 3 years ago

Fix inconsistent use of tabs and spaces in indentation

googlebot commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

swherdman commented 3 years ago

@googlebot I signed it!

googlebot commented 3 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

google-cla[bot] commented 3 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

codecov-io commented 3 years ago

Codecov Report

Merging #638 (6f5c79c) into master (4fcc807) will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #638      +/-   ##
==========================================
+ Coverage   70.04%   70.05%   +0.01%     
==========================================
  Files         483      483              
  Lines       87094    87094              
==========================================
+ Hits        61003    61017      +14     
+ Misses      26091    26077      -14     
Impacted Files Coverage Δ
src/inet/TCPEndPoint.cpp 51.32% <0.00%> (+0.23%) :arrow_up:
src/test-apps/ToolCommon.cpp 57.84% <0.00%> (+0.31%) :arrow_up:
src/lib/profiles/time/WeaveTimeClient.cpp 59.86% <0.00%> (+0.38%) :arrow_up:
src/lib/core/WeaveMessageLayer.cpp 72.61% <0.00%> (+0.59%) :arrow_up:
src/lib/core/WeaveConnectionTunnel.cpp 83.54% <0.00%> (+1.26%) :arrow_up:

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 4fcc807...6f5c79c. Read the comment docs.