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 codecov coverage report #38

Closed ljvmiranda921 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   97.46%   97.68%   +0.21%     
==========================================
  Files          13       12       -1     
  Lines         237      259      +22     
==========================================
+ Hits          231      253      +22     
  Misses          6        6              
Impacted Files Coverage Δ
seagull/lifeforms/__init__.py 100.00% <100.00%> (ø)
seagull/lifeforms/oscillators.py 100.00% <100.00%> (ø)
seagull/rules.py 100.00% <100.00%> (ø)
seagull/simulator.py 93.87% <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 1a55881...08817d3. Read the comment docs.