thegridelectric / gw-scada-spaceheat-python

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

WIP schema test derivation #77

Closed jessicamillar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #77 (586cc61) into main (d189650) will increase coverage by 1.03%. The diff coverage is 100.00%.

:exclamation: Current head 586cc61 differs from pull request most recent head d1d0d00. Consider uploading reports for the commit d1d0d00 to get more accurate results

@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   77.38%   78.41%   +1.03%     
==========================================
  Files         151      153       +2     
  Lines        5217     5356     +139     
==========================================
+ Hits         4037     4200     +163     
+ Misses       1180     1156      -24     
Impacted Files Coverage Δ
...q_reporting_config/gt_eq_reporting_config_maker.py 100.00% <100.00%> (+19.56%) :arrow_up:
test/schema/test_gt_eq_reporting_config.py 100.00% <100.00%> (ø)
test/schema/test_gt_sh_status_snapshot.py 100.00% <100.00%> (ø)
test/schema/test_property_format.py 100.00% <100.00%> (ø)
gw_spaceheat/actors/boolean_actuator.py 86.56% <0.00%> (-7.47%) :arrow_down:
gw_spaceheat/actors/scada.py 80.09% <0.00%> (-2.32%) :arrow_down:
...t_sh_status_snapshot/gt_sh_status_snapshot_base.py 80.43% <0.00%> (+4.34%) :arrow_up:
gw_spaceheat/schema/enums/unit/unit_map.py 95.45% <0.00%> (+9.09%) :arrow_up:
.../schema/enums/telemetry_name/telemetry_name_map.py 95.45% <0.00%> (+9.09%) :arrow_up:
... and 3 more

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