ljvmiranda921 / seagull

A Python Library for Conway's Game of Life
https://pyseagull.readthedocs.io/en/latest/index.html#
MIT License
175 stars 28 forks source link

Add Beacon oscillator #40

Closed theodumont closed 4 years ago

theodumont commented 4 years ago

Please let me know is everything is ok!

codecov[bot] commented 4 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   97.68%   97.76%   +0.07%     
==========================================
  Files          12       12              
  Lines         259      268       +9     
==========================================
+ Hits          253      262       +9     
  Misses          6        6              
Impacted Files Coverage Δ
seagull/lifeforms/__init__.py 100.00% <100.00%> (ø)
seagull/lifeforms/oscillators.py 100.00% <100.00%> (ø)

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 61c2859...ab328b0. Read the comment docs.