faucetsdn / daq

DEPRECATED -- DAQ (Device Automated Qualification) framework in no longer in use, supported, or maintained. It is here for archival purposes only.
Apache License 2.0
40 stars 32 forks source link

Fix formatting errors #950

Open jhughesbiot opened 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #950 (c6a94af) into master (4063107) will decrease coverage by 49.22%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #950       +/-   ##
===========================================
- Coverage   81.86%   32.63%   -49.23%     
===========================================
  Files          47       47               
  Lines        5769     5769               
===========================================
- Hits         4723     1883     -2840     
- Misses       1046     3886     +2840     
Flag Coverage Δ
ata ?
aux ?
base ?
dhcp ?
many ?
mud ?
switch ?
topo ?
unit 32.63% <ø> (ø)

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

Impacted Files Coverage Δ
daq/entry.py 0.00% <0.00%> (-90.42%) :arrow_down:
daq/traffic_analyzer.py 0.00% <0.00%> (-86.51%) :arrow_down:
daq/test_modules/external_module.py 18.18% <0.00%> (-79.03%) :arrow_down:
daq/dhcp_monitor.py 20.75% <0.00%> (-78.31%) :arrow_down:
daq/test_modules/native_host.py 19.40% <0.00%> (-74.63%) :arrow_down:
daq/base_gateway.py 19.65% <0.00%> (-73.94%) :arrow_down:
daq/topology.py 21.85% <0.00%> (-73.30%) :arrow_down:
daq/stream_monitor.py 14.87% <0.00%> (-72.73%) :arrow_down:
daq/report.py 26.66% <0.00%> (-71.75%) :arrow_down:
daq/host.py 20.74% <0.00%> (-70.32%) :arrow_down:
... and 16 more

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 4063107...c6a94af. Read the comment docs.

jhughesbiot commented 2 years ago

PR: https://github.com/faucetsdn/daq/pull/948 corrected the stickler-ci config issue but did not fully resolve formatting issues of the updated code. This one should take care of that.