blegat / HybridSystems.jl

Hybrid Systems definitions in Julia
Other
28 stars 5 forks source link

#15 add state #17

Closed kpotomkin closed 5 years ago

kpotomkin commented 5 years ago

close #15

codecov[bot] commented 5 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.75%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   80.25%   81.01%   +0.75%     
==========================================
  Files           6        6              
  Lines         157      158       +1     
==========================================
+ Hits          126      128       +2     
+ Misses         31       30       -1
Impacted Files Coverage Δ
src/automata.jl 80% <ø> (ø) :arrow_up:
src/light.jl 78.57% <100%> (+1.75%) :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 e21f166...06b6f80. Read the comment docs.

blegat commented 5 years ago

Thanks for the addition, could you add a test ?

kpotomkin commented 5 years ago

Thanks for the addition, could you add a test ?

done