ljvmiranda921 / seagull

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

Update docstrings #13

Closed ljvmiranda921 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.66%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   96.77%   97.43%   +0.66%     
==========================================
  Files          13       13              
  Lines         217      234      +17     
==========================================
+ Hits          210      228      +18     
+ Misses          7        6       -1
Impacted Files Coverage Δ
seagull/lifeforms/growers.py 100% <100%> (ø) :arrow_up:
seagull/lifeforms/static.py 100% <100%> (ø) :arrow_up:
seagull/lifeforms/custom.py 91.3% <100%> (+0.39%) :arrow_up:
seagull/lifeforms/base.py 95% <100%> (+9.28%) :arrow_up:
seagull/lifeforms/gliders.py 100% <100%> (ø) :arrow_up:
seagull/rules.py 100% <100%> (ø) :arrow_up:
seagull/simulator.py 93.47% <100%> (+0.14%) :arrow_up:
seagull/lifeforms/random.py 100% <100%> (ø) :arrow_up:
seagull/lifeforms/oscillators.py 100% <100%> (ø) :arrow_up:
seagull/utils/statistics.py 100% <100%> (ø) :arrow_up:
... and 2 more

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 f78a5af...20070ef. Read the comment docs.