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 lightweight spaceship and middelweight spaceship (gliders) #54

Closed lfehertoi99 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   96.51%   96.61%   +0.10%     
==========================================
  Files          13       13              
  Lines         402      414      +12     
==========================================
+ Hits          388      400      +12     
  Misses         14       14              
Impacted Files Coverage Δ
seagull/lifeforms/wiki.py 91.15% <ø> (ø)
seagull/lifeforms/__init__.py 100.00% <100.00%> (ø)
seagull/lifeforms/gliders.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 4e00f66...be71e66. Read the comment docs.

ljvmiranda921 commented 3 years ago

Merged! Thank you so much @lfehertoi99 and congratulations to your first pull request! :tada: