hborawski / DominionCompanion

Companion app for card game Dominion
GNU General Public License v3.0
1 stars 1 forks source link

add ruleBuilder as observable to rule row so it updates properly #11

Closed hborawski closed 3 years ago

hborawski commented 3 years ago

resolves #10

Needed to observe the RuleBuilder object in the row as well

Also found an ID bug so encoding the UUIDs now

codecov-io commented 3 years ago

Codecov Report

Merging #11 (8912c55) into main (8e068c7) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   83.56%   83.61%   +0.04%     
==========================================
  Files          13       13              
  Lines         712      714       +2     
==========================================
+ Hits          595      597       +2     
  Misses        117      117              
Impacted Files Coverage Δ
DominionCompanion/models/rules/Rule.swift 87.71% <100.00%> (+0.44%) :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 8e068c7...8912c55. Read the comment docs.