thegridelectric / gw-scada-spaceheat-python

GridWorks SCADA for space heating
MIT License
5 stars 2 forks source link

clean up schema derivations #86

Closed jessicamillar closed 2 years ago

jessicamillar commented 2 years ago

The derivation tools were out of date and needed to be fixed. Took the chance to make them closer to black -l 100.

codecov[bot] commented 2 years ago

Codecov Report

Merging #86 (08abedf) into main (58eeb1a) will increase coverage by 0.27%. The diff coverage is 98.93%.

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
+ Coverage   94.48%   94.76%   +0.27%     
==========================================
  Files         169      169              
  Lines        6660     6663       +3     
==========================================
+ Hits         6293     6314      +21     
+ Misses        367      349      -18     
Impacted Files Coverage Δ
...s/local_comm_interface/local_comm_interface_map.py 86.36% <ø> (ø)
.../schema/enums/telemetry_name/telemetry_name_map.py 86.36% <ø> (ø)
...ctuator_component/gt_boolean_actuator_component.py 100.00% <ø> (ø)
...c_heater_component/gt_electric_heater_component.py 100.00% <ø> (ø)
...ric_meter_component/gt_electric_meter_component.py 100.00% <ø> (ø)
..._sensor_component/gt_pipe_flow_sensor_component.py 100.00% <ø> (ø)
...reporting_config/gt_powermeter_reporting_config.py 90.90% <ø> (ø)
...sor_reporting_config/gt_sensor_reporting_config.py 100.00% <ø> (ø)
..._sh_cli_scada_response/gt_sh_cli_scada_response.py 100.00% <ø> (ø)
..._temp_sensor_component/gt_temp_sensor_component.py 100.00% <ø> (ø)
... and 100 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more