thegridelectric / gw-scada-spaceheat-python

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

Add tests for serial schema pattern #84

Closed jessicamillar closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #84 (abcffcf) into main (d951eef) will increase coverage by 0.62%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
+ Coverage   93.71%   94.33%   +0.62%     
==========================================
  Files         167      169       +2     
  Lines        6615     6635      +20     
==========================================
+ Hits         6199     6259      +60     
+ Misses        416      376      -40     
Impacted Files Coverage Δ
gw_spaceheat/schema/gs/gs_dispatch.py 100.00% <ø> (+44.44%) :arrow_up:
gw_spaceheat/schema/gs/gs_pwr.py 100.00% <ø> (+44.44%) :arrow_up:
gw_spaceheat/schema/gs/gs_dispatch_base.py 94.11% <100.00%> (+47.05%) :arrow_up:
gw_spaceheat/schema/gs/gs_dispatch_maker.py 100.00% <100.00%> (+50.00%) :arrow_up:
gw_spaceheat/schema/gs/gs_pwr_base.py 94.11% <100.00%> (+41.48%) :arrow_up:
gw_spaceheat/schema/gs/gs_pwr_maker.py 100.00% <100.00%> (+50.00%) :arrow_up:
test/schema/test_gs_dispatch.py 100.00% <100.00%> (ø)
test/schema/test_gs_pwr.py 100.00% <100.00%> (ø)
gw_spaceheat/actors/scada.py 81.48% <0.00%> (-0.93%) :arrow_down:
... and 5 more

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