blegat / HybridSystems.jl

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

Add guard function #21

Closed mforets closed 5 years ago

mforets commented 5 years ago

Closes #19.

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   81.01%   81.13%   +0.11%     
==========================================
  Files           6        6              
  Lines         158      159       +1     
==========================================
+ Hits          128      129       +1     
  Misses         30       30
Impacted Files Coverage Δ
src/HybridSystems.jl 69.23% <100%> (+2.56%) :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 7b8ad10...e061fc8. Read the comment docs.

mforets commented 5 years ago

Thanks for the prompt review, merging 💂