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 Pentadecathlon oscillator #50

Closed Mushguys closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   96.32%   96.41%   +0.08%     
==========================================
  Files          13       13              
  Lines         381      390       +9     
==========================================
+ Hits          367      376       +9     
  Misses         14       14              
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 b58e12a...0363053. Read the comment docs.

Mushguys commented 4 years ago

Sorry about that, my code editor auto-indents with tabs.

ljvmiranda921 commented 4 years ago

Merged! Thanks for your contribution @Mushguys ! Hope you enjoyed working on this PR!