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

Added new lifeform eater1 to static and init files #52

Closed richanawani closed 4 years ago

richanawani commented 4 years ago

Adds changes for #33

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   96.41%   96.51%   +0.10%     
==========================================
  Files          13       13              
  Lines         390      402      +12     
==========================================
+ Hits          376      388      +12     
  Misses         14       14              
Impacted Files Coverage Δ
seagull/lifeforms/oscillators.py 100.00% <ø> (ø)
seagull/lifeforms/wiki.py 91.15% <ø> (ø)
seagull/lifeforms/__init__.py 100.00% <100.00%> (ø)
seagull/lifeforms/static.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 64ded5a...8c5fd05. Read the comment docs.